Click or drag to resize

Transform2DFlipY 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 Transform2D FlipY { get; }

Property Value

Type: Transform2D
Equivalent to `new Transform2D(Vector2.Right, Vector2.Up, Vector2.Zero)`.
See Also