RemoveAllCommandBuffers() private method

private RemoveAllCommandBuffers ( ) : void
return void
コード例 #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);
     }
 }