CheckCollisionBoxSphere abstract method
Check collision between box and sphere
Implementation
bool CheckCollisionBoxSphere(
BoundingBoxStructType box,
Vector3StructType center,
num radius,
);
Check collision between box and sphere
bool CheckCollisionBoxSphere(
BoundingBoxStructType box,
Vector3StructType center,
num radius,
);