Example #1
0
 void DrawSphereColliderBounds()
 {
     Primitives.CreateSphereMesh(radius, mesh);
     mesh.RecalculateBounds();
 }