BBMOD_Collider

A constructor defined in BBMOD_Collider.gml

new BBMOD_Collider()

Description

Base struct for colliders.

Methods

Name Description
DrawDebug Draws a debug preview of the collider.
GetClosestPoint Retrieves a point on the surface of the collider that is closest to the point specified.
Raycast Casts a ray against the collider.
TestAABB Tests whether the collider intersects with an AABB.
TestFrustum Tests whether the collider intersects with a frustum.
TestPlane Tests whether the collider intersects with a plane.
TestPoint Tests whether the collider intersects with a point.
TestSphere Tests whether the collider intersects with a sphere.

Child structs

BBMOD_AABBCollider, BBMOD_FrustumCollider, BBMOD_PlaneCollider, BBMOD_SphereCollider

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.