Esempio n. 1
0
 public override void frameRendered(FrameEvent evt)
 {
     BitesPINVOKE.CameraMan_frameRendered(swigCPtr, FrameEvent.getCPtr(evt));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public bool _updateAllRenderTargets(FrameEvent evt)
        {
            bool ret = OgrePINVOKE.Root__updateAllRenderTargets__SWIG_1(swigCPtr, FrameEvent.getCPtr(evt));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
        public bool _fireFrameEnded(FrameEvent evt)
        {
            bool ret = OgrePINVOKE.Root__fireFrameEnded__SWIG_0(swigCPtr, FrameEvent.getCPtr(evt));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
        public virtual bool frameEnded(FrameEvent evt)
        {
            bool ret = OgrePINVOKE.FrameListener_frameEnded(swigCPtr, FrameEvent.getCPtr(evt));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public override bool frameStarted(FrameEvent evt)
        {
            bool ret = OgrePINVOKE.FrameTimeControllerValue_frameStarted(swigCPtr, FrameEvent.getCPtr(evt));

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 6
0
 public virtual void frameRendered(FrameEvent evt)
 {
     if (SwigDerivedClassHasMethod("frameRendered", swigMethodTypes0))
     {
         BitesPINVOKE.InputListener_frameRenderedSwigExplicitInputListener(swigCPtr, FrameEvent.getCPtr(evt));
     }
     else
     {
         BitesPINVOKE.InputListener_frameRendered(swigCPtr, FrameEvent.getCPtr(evt));
     }
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 7
0
        public override bool frameEnded(FrameEvent evt)
        {
            bool ret = (SwigDerivedClassHasMethod("frameEnded", swigMethodTypes2) ? BitesPINVOKE.ApplicationContextBase_frameEndedSwigExplicitApplicationContextBase(swigCPtr, FrameEvent.getCPtr(evt)) : BitesPINVOKE.ApplicationContextBase_frameEnded(swigCPtr, FrameEvent.getCPtr(evt)));

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