Click or drag to resize

Basisy Property

The basis matrix's Y vector (column 1).

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

Property Value

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