public InputListenerChain() : this(BitesPINVOKE.new_InputListenerChain__SWIG_0(), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public InputListenerChain(InputListenerList chain) : this(BitesPINVOKE.new_InputListenerChain__SWIG_1(InputListenerList.getCPtr(chain)), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public KeyboardEvent() : this(BitesPINVOKE.new_KeyboardEvent(), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 public CameraMan(SceneNode cam) : this(BitesPINVOKE.new_CameraMan(SceneNode.getCPtr(cam)), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #5
0
 public NativeWindowPair() : this(BitesPINVOKE.new_NativeWindowPair(), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #6
0
 public InputListenerList(int capacity) : this(BitesPINVOKE.new_InputListenerList__SWIG_2(capacity), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #7
0
 public InputListenerList(InputListenerList other) : this(BitesPINVOKE.new_InputListenerList__SWIG_1(InputListenerList.getCPtr(other)), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public TouchFingerEvent() : this(BitesPINVOKE.new_TouchFingerEvent(), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #9
0
 public MouseMotionEvent() : this(BitesPINVOKE.new_MouseMotionEvent(), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #10
0
 public void setRTSSWriteShadersToDisk(bool write)
 {
     BitesPINVOKE.ApplicationContextBase_setRTSSWriteShadersToDisk(swigCPtr, write);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #11
0
 public void _fireInputEvent(Event arg0, uint windowID)
 {
     BitesPINVOKE.ApplicationContextBase__fireInputEvent(swigCPtr, Event.getCPtr(arg0), windowID);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #12
0
 public void closeApp()
 {
     BitesPINVOKE.ApplicationContextBase_closeApp(swigCPtr);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #13
0
 public void setYawPitchDist(Radian yaw, Radian pitch, float dist)
 {
     BitesPINVOKE.CameraMan_setYawPitchDist(swigCPtr, Radian.getCPtr(yaw), Radian.getCPtr(pitch), dist);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #14
0
 public new void addInputListener(InputListener lis)
 {
     BitesPINVOKE.ApplicationContext_addInputListener__SWIG_1_0(swigCPtr, InputListener.getCPtr(lis));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #15
0
 public void destroyDummyScene()
 {
     BitesPINVOKE.ApplicationContextBase_destroyDummyScene(swigCPtr);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #16
0
 public void setPivotOffset(Vector3 offset)
 {
     BitesPINVOKE.CameraMan_setPivotOffset(swigCPtr, Vector3.getCPtr(offset));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #17
0
 public void setFixedYaw(bool arg0)
 {
     BitesPINVOKE.CameraMan_setFixedYaw(swigCPtr, arg0);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #18
0
 public override void frameRendered(FrameEvent evt)
 {
     BitesPINVOKE.CameraMan_frameRendered(swigCPtr, FrameEvent.getCPtr(evt));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #19
0
 public void manualStop()
 {
     BitesPINVOKE.CameraMan_manualStop(swigCPtr);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #20
0
 public virtual void setStyle(CameraStyle style)
 {
     BitesPINVOKE.CameraMan_setStyle(swigCPtr, (int)style);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #21
0
 public void setTopSpeed(float topSpeed)
 {
     BitesPINVOKE.CameraMan_setTopSpeed(swigCPtr, topSpeed);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #22
0
 public void destroyRTShaderSystem()
 {
     BitesPINVOKE.ApplicationContextBase_destroyRTShaderSystem(swigCPtr);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #23
0
 public void setWindowGrab()
 {
     BitesPINVOKE.ApplicationContextBase_setWindowGrab__SWIG_3(swigCPtr);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #24
0
 public void removeInputListener(InputListener lis)
 {
     BitesPINVOKE.ApplicationContextBase_removeInputListener__SWIG_1(swigCPtr, InputListener.getCPtr(lis));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #25
0
 public void enableShaderCache()
 {
     BitesPINVOKE.ApplicationContextBase_enableShaderCache(swigCPtr);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #26
0
 public ApplicationContext(string appName) : this(BitesPINVOKE.new_ApplicationContext__SWIG_0(appName), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #27
0
 public ApplicationContextBase() : this(BitesPINVOKE.new_ApplicationContextBase__SWIG_1(), true)
 {
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
Beispiel #28
0
 public void setCamera(SceneNode cam)
 {
     BitesPINVOKE.CameraMan_setCamera(swigCPtr, SceneNode.getCPtr(cam));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #29
0
 public virtual void setTarget(SceneNode target)
 {
     BitesPINVOKE.CameraMan_setTarget(swigCPtr, SceneNode.getCPtr(target));
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #30
0
 public new void setWindowGrab(bool grab)
 {
     BitesPINVOKE.ApplicationContext_setWindowGrab__SWIG_1_1(swigCPtr, grab);
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }