UnityEngine.Light.RemoveAllCommandBuffers C# (CSharp) Method

RemoveAllCommandBuffers() private method

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

Usage Example

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