A function defined in BBMOD_AABBCollider.gml
FromMinMax(_min, _max)
Initializes the AABB using its minimum and maximum coordinates.
Name | Type | Description |
---|---|---|
_min | Struct.BBMOD_Vec3 |
The minimum coordinate of the AABB. |
_max | Struct.BBMOD_Vec3 |
The maximum coordinate of the AABB. |
Struct.BBMOD_AABBCollider
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.