BBMOD_RaycastResult

A constructor defined in BBMOD_RaycastResult.gml

new BBMOD_RaycastResult()

Description

A structure for holding additional raycast data.

Properties

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.

Methods

Name Description
Reset Resets properties to their default values.

See also

BBMOD_Collider.Raycast, BBMOD_Ray.Raycast

Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.