CheckCollisionBoxes abstract method

bool CheckCollisionBoxes(
  1. BoundingBoxStructType box1,
  2. BoundingBoxStructType box2
)

Implementation

bool CheckCollisionBoxes(
  BoundingBoxStructType box1,
  BoundingBoxStructType box2,
);