Click or drag to resize

Transform2DFlipX Property

The transform that will flip something along the X axis.

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

Property Value

Type: Transform2D
Equivalent to `new Transform2D(Vector2.Left, Vector2.Down, Vector2.Zero)`.
See Also