Skip to contents

Get collision info between ray and box.

Usage

get_ray_collision_box(ray, box)

Arguments

ray

A ray.

box

A bounding_box.

Value

A ray_collision

Note

This function has been auto-generated from the following Raylib function definition:

RayCollision GetRayCollisionBox(Ray ray, BoundingBox box);