Skip to contents

Check collision between two bounding boxes.

Usage

check_collision_boxes(box_1, box_2)

Arguments

box_1

A bounding_box.

box_2

A bounding_box.

Value

A logical

Note

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

bool CheckCollisionBoxes(BoundingBox box1, BoundingBox box2);