Click or drag to resize

TransformFlipX 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 Transform FlipX { get; }

Property Value

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