pub unsafe extern "C" fn GetRayCollisionBox(
ray: Ray,
box: BoundingBox,
) -> RayCollision
Expand description
Get collision info between ray and box
pub unsafe extern "C" fn GetRayCollisionBox(
ray: Ray,
box: BoundingBox,
) -> RayCollision
Get collision info between ray and box