示例#1
0
 public void SetState(MainWindowState state)
 {
     EffekseerNativePINVOKE.MainWindow_SetState(swigCPtr, MainWindowState.getCPtr(state));
     if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
     {
         throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public static bool Initialize(string title, MainWindowState state, bool isSRGBMode, bool isOpenGLMode)
        {
            bool ret = EffekseerNativePINVOKE.MainWindow_Initialize(title, MainWindowState.getCPtr(state), isSRGBMode, isOpenGLMode);

            if (EffekseerNativePINVOKE.SWIGPendingException.Pending)
            {
                throw EffekseerNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }