CheckCollisionBoxSphere method

Implementation

String CheckCollisionBoxSphere(
  BoundingBoxBase box,
  Vector3Base center,
  num radius,
) => 'CheckCollisionBoxSphere($box, $center, $radius)';