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