コード例 #1
0
        private static Bounds Internal_CalculateBounds(Vector3[] positions, Matrix4x4 transform)
        {
            Bounds result;

            GeometryUtility.Internal_CalculateBounds_Injected(positions, ref transform, out result);
            return(result);
        }