Click or drag to resize

TransformFlipZ Property

The transform that will flip something along the Z axis.

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

Property Value

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