UnityEngine.Camera.RemoveAllCommandBuffers C# (CSharp) Метод

RemoveAllCommandBuffers() приватный Метод

private RemoveAllCommandBuffers ( ) : void
Результат void
        public extern void RemoveAllCommandBuffers();
        /// <summary>

Usage Example

Пример #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