Click or drag to resize

BasisColumn0 Property

Column 0 of the basis matrix (the X vector).

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

Property Value

Type: Vector3
Equivalent to x and array index `[0]`.
See Also