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 public Vector3 GetRow(
int index
)
Parameters
- index
- Type: SystemInt32
Which row.
Return Value
Type:
Vector3One of `Row0`, `Row1`, or `Row2`.
See Also