UnityEngine.LODGroup.RecalculateBounds C# (CSharp) Method

RecalculateBounds() private method

private RecalculateBounds ( ) : void
return void
        public extern void RecalculateBounds();
        /// <summary>

Usage Example

コード例 #1
0
 static public int RecalculateBounds(IntPtr l)
 {
     try {
         UnityEngine.LODGroup self = (UnityEngine.LODGroup)checkSelf(l);
         self.RecalculateBounds();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
All Usage Examples Of UnityEngine.LODGroup::RecalculateBounds