Click or drag to resize

BasisGetColumn 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("GetColumn is deprecated. Use the array operator instead.")]
public Vector3 GetColumn(
	int index
)

Parameters

index
Type: SystemInt32
Which column.

Return Value

Type: Vector3
One of `Column0`, `Column1`, or `Column2`.
See Also