The transform that will flip something along the Y axis.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static Transform FlipY { get; }
Property Value
Type:
TransformEquivalent to `new Transform(Vector3.Right, Vector3.Down, Vector3.Back, Vector3.Zero)`.
See Also