Crate raylite
Source - Barrier
- 1-dimensional collision subject; Solid line.
Simplest building block for collider objects.
- Ray
- Raycast collision unit, the basis for all raycast collision detection.
Determines the conditions under which collision will be detected.
- RayHit
- Raycast collision data.
- RayFail
- Raycast failure states.
- cast
- Cast a ray for collision detection, with only the consideration of a single Barrier.
- cast_wide
- Cast a Ray for collision detection, with the consideration of several Barrier’s.