UnityEngine.Camera.RemoveAllCommandBuffers C# (CSharp) Method

RemoveAllCommandBuffers() private method

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

Usage Example

Ejemplo n.º 1
0
 static public int RemoveAllCommandBuffers(IntPtr l)
 {
     try {
         UnityEngine.Camera self = (UnityEngine.Camera)checkSelf(l);
         self.RemoveAllCommandBuffers();
         return(0);
     }
     catch (Exception e) {
         LuaDLL.luaL_error(l, e.ToString());
         return(0);
     }
 }
Camera