UnityEngine.Camera.RenderDontRestore C# (CSharp) Method

RenderDontRestore() private method

private RenderDontRestore ( ) : void
return 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