コード例 #1
0
ファイル: EditMode.cs プロジェクト: yaoya/UnityDecompiled
 private static Vector3[] GetPoints(Bounds bounds)
 {
     return(EditMode.BoundsToPoints(bounds));
 }