Click or drag to resize

Basisz Property

The basis matrix's Z vector (column 2).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 z { get; set; }

Property Value

Type: Vector3
Equivalent to Column2 and array index `[2]`.
See Also