constructor
new BBMOD_Ray(_origin, _direction)
A ray used to raycast colliders.
Name | Type | Description |
---|---|---|
_origin | Struct.BBMOD_Vec3 |
The ray's origin. |
_direction | Struct.BBMOD_Vec3 |
The ray's direction. Should be normalized! |
Name | Description |
---|---|
Raycast | Casts the ray against a collider. |
Copyright © 2022, BlueBurn. Built on June 19, 2022 using GMDoc.