コード例 #1
0
ファイル: DeformCollider.cs プロジェクト: AFreu/Vibbi
 void DrawBoxColliderBounds()
 {
     Primitives.CreateBoxMesh(size, mesh);
     mesh.RecalculateBounds();
 }