Transform2DFlipX Property |
The transform that will flip something along the X axis.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic static Transform2D FlipX { get; }
Property Value
Type:
Transform2DEquivalent to `new Transform2D(Vector2.Left, Vector2.Down, Vector2.Zero)`.
See Also