Extends BBMOD_Collider
constructor
new BBMOD_PlaneCollider([_normal[, _distance]])
A plane collider.
Name | Type | Description |
---|---|---|
_normal | Struct.BBMOD_Vec3 |
The plane's normal vector. Defaults to BBMOD_VEC3_UP. |
_distance | Real |
The plane's distance from the world origin. |
Name | Description |
---|---|
Distance | The plane's distance from the world origin. |
Normal | The plane's normal vector. |
BBMOD_AABBCollider, BBMOD_SphereCollider
Copyright © 2022, BlueBurn. Built on June 19, 2022 using GMDoc.