GetMeshBoundingBox function

BoundingBoxD GetMeshBoundingBox(
  1. MeshD mesh
)

See RaylibCoreFlatModule.GetMeshBoundingBox.

Implementation

BoundingBoxD GetMeshBoundingBox(
  MeshD mesh,
) => _module.GetMeshBoundingBox(mesh);