Class NavigationAgent2D.SignalName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the signals contained in this class, for fast lookup.
public class NavigationAgent2D.SignalName : Node.SignalName
- Inheritance
-
NavigationAgent2D.SignalName
- Inherited Members
Constructors
SignalName()
public SignalName()
Fields
LinkReached
Cached name for the 'link_reached' signal.
public static readonly StringName LinkReached
Field Value
NavigationFinished
Cached name for the 'navigation_finished' signal.
public static readonly StringName NavigationFinished
Field Value
PathChanged
Cached name for the 'path_changed' signal.
public static readonly StringName PathChanged
Field Value
TargetReached
Cached name for the 'target_reached' signal.
public static readonly StringName TargetReached
Field Value
VelocityComputed
Cached name for the 'velocity_computed' signal.
public static readonly StringName VelocityComputed
Field Value
WaypointReached
Cached name for the 'waypoint_reached' signal.
public static readonly StringName WaypointReached