コード例 #1
0
 public static bool TestPlanesAABB(Plane[] planes, Bounds bounds)
 {
     return(GeometryUtility.TestPlanesAABB_Injected(planes, ref bounds));
 }