Click or drag to resize

BasisColumn1 Property

Column 1 of the basis matrix (the Y vector).

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

Property Value

Type: Vector3
Equivalent to y and array index `[1]`.
See Also