Click or drag to resize

AABBGetEndpoint Method

Gets the position of one of the 8 endpoints of the AABB.

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

Parameters

idx
Type: SystemInt32
Which endpoint to get.

Return Value

Type: Vector3
An endpoint of the AABB.
See Also