示例#1
0
 void DrawBoxColliderBounds()
 {
     Primitives.CreateBoxMesh(size, mesh);
     mesh.RecalculateBounds();
 }