Table of Contents

Class NavigationAgent3D.SignalName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the signals contained in this class, for fast lookup.

public class NavigationAgent3D.SignalName : Node.SignalName
Inheritance
NavigationAgent3D.SignalName
Inherited Members

Constructors

SignalName()

public SignalName()

Fields

LinkReached

Cached name for the 'link_reached' signal.

public static readonly StringName LinkReached

Field Value

StringName

NavigationFinished

Cached name for the 'navigation_finished' signal.

public static readonly StringName NavigationFinished

Field Value

StringName

PathChanged

Cached name for the 'path_changed' signal.

public static readonly StringName PathChanged

Field Value

StringName

TargetReached

Cached name for the 'target_reached' signal.

public static readonly StringName TargetReached

Field Value

StringName

VelocityComputed

Cached name for the 'velocity_computed' signal.

public static readonly StringName VelocityComputed

Field Value

StringName

WaypointReached

Cached name for the 'waypoint_reached' signal.

public static readonly StringName WaypointReached

Field Value

StringName