Forward unit vector. Represents the local direction of forward,
and the global direction of north.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static Vector3 Forward { get; }
Property Value
Type:
Vector3Equivalent to `new Vector3(0, 0, -1)`
See Also