Click or drag to resize

Basisx Property

The basis matrix's X vector (column 0).

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

Property Value

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