コード例 #1
0
 public static Bounds TransformBounds(Bounds b, Transform t)
 {
     return(InternalEditorUtility.INTERNAL_CALL_TransformBounds(ref b, t));
 }