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

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

private RenderDontRestore ( ) : void
Результат void
        public extern void RenderDontRestore();
        [ExcludeFromDocs]

Usage Example

Пример #1
0
 static public int RenderDontRestore(IntPtr l)
 {
     try{
         UnityEngine.Camera self = (UnityEngine.Camera)checkSelf(l);
         self.RenderDontRestore();
         return(0);
     }
     catch (Exception e) {
         LuaDLL.luaL_error(l, e.ToString());
         return(0);
     }
 }
All Usage Examples Of UnityEngine.Camera::RenderDontRestore
Camera