Click or drag to resize

BasisSetColumn Method

Note: This API is now obsolete.

Deprecated, please use the array operator instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetColumn is deprecated. Use the array operator instead.")]
public void SetColumn(
	int index,
	Vector3 value
)

Parameters

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