A constructor defined in BBMOD_RaycastResult.gml
new BBMOD_RaycastResult()
A structure for holding additional raycast data.
Name | Description |
---|---|
Distance | The distance from the ray's origin at which it has hit the collider. |
Normal | The normal vector at the collision or undefined . |
Point | The point of collision in world-space or undefined . |
Name | Description |
---|---|
Reset | Resets properties to their default values. |
BBMOD_Collider.Raycast, BBMOD_Ray.Raycast
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.