Click or drag to resize

BasisColumn2 Property

Column 2 of the basis matrix (the Z vector).

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

Property Value

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