Click or drag to resize

BasisGetRow Method

Get rows by index. Rows are not very useful for user code, but are more efficient for some internal calculations.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 GetRow(
	int index
)

Parameters

index
Type: SystemInt32
Which row.

Return Value

Type: Vector3
One of `Row0`, `Row1`, or `Row2`.
See Also