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