コード例 #1
0
 private static void Internal_ExtractPlanes([Out] Plane[] planes, Matrix4x4 worldToProjectionMatrix)
 {
     GeometryUtility.Internal_ExtractPlanes_Injected(planes, ref worldToProjectionMatrix);
 }