Click or drag to resize

BasisSetRow Method

Sets 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 void SetRow(
	int index,
	Vector3 value
)

Parameters

index
Type: SystemInt32
Which row.
value
Type: GodotVector3
The vector to set the row to.
See Also