Gets the position of one of the 8 endpoints of the AABB.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector3 GetEndpoint(
int idx
)
Parameters
- idx
- Type: SystemInt32
Which endpoint to get.
Return Value
Type:
Vector3An endpoint of the AABB.
See Also