Click or drag to resize

BasisFlipY Property

The basis that will flip something along the Y axis when used in a transformation.

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

Property Value

Type: Basis
Equivalent to `new Basis(Vector3.Right, Vector3.Down, Vector3.Back)`.
See Also