A function defined in BBMOD_Collider.gml
GetClosestPoint(_point)
Retrieves a point on the surface of the collider that is closest to the point specified.
Name | Type | Description |
---|---|---|
_point | Struct.BBMOD_Vec3 |
The point to get the closest point to. |
Struct.BBMOD_Vec3
A point on the surface of the collider that is closest to the point specified.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.