Click or drag to resize

TransformFlipY Property

The transform that will flip something along the Y axis.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Transform FlipY { get; }

Property Value

Type: Transform
Equivalent to `new Transform(Vector3.Right, Vector3.Down, Vector3.Back, Vector3.Zero)`.
See Also