CheckCollisionBoxes method
String
CheckCollisionBoxes(
- BoundingBoxBase<
BoundingBoxBase< box1,dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - BoundingBoxBase<
BoundingBoxBase< box2dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base>
Implementation
String CheckCollisionBoxes(
BoundingBoxBase box1,
BoundingBoxBase box2,
) => 'CheckCollisionBoxes($box1, $box2)';