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