Ejemplo n.º 1
0
 public Overlay(string name) : this(OgreOverlayPINVOKE.new_Overlay(name), true)
 {
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void _updateRenderQueue(RenderQueue queue)
 {
     OgreOverlayPINVOKE.PanelOverlayElement__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(queue));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void loadResource(Resource resource)
 {
     OgreOverlayPINVOKE.Font_loadResource(swigCPtr, Resource.getCPtr(resource));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public void clearCodePointRanges()
 {
     OgreOverlayPINVOKE.Font_clearCodePointRanges(swigCPtr);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 5
0
 public void setGlyphAspectRatio(uint id, float ratio)
 {
     OgreOverlayPINVOKE.Font_setGlyphAspectRatio(swigCPtr, id, ratio);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 6
0
 public void setTrueTypeResolution(uint ttfResolution)
 {
     OgreOverlayPINVOKE.Font_setTrueTypeResolution(swigCPtr, ttfResolution);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 7
0
 public void setCharacterSpacer(uint charSpacer)
 {
     OgreOverlayPINVOKE.Font_setCharacterSpacer(swigCPtr, charSpacer);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 8
0
 public void setType(FontType ftype)
 {
     OgreOverlayPINVOKE.Font_setType(swigCPtr, (int)ftype);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 9
0
 public void _queueOverlaysForRendering(Camera cam, RenderQueue pQueue, Viewport vp)
 {
     OgreOverlayPINVOKE.OverlayManager__queueOverlaysForRendering(swigCPtr, Camera.getCPtr(cam), RenderQueue.getCPtr(pQueue), Viewport.getCPtr(vp));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 10
0
 public void destroy(Overlay overlay)
 {
     OgreOverlayPINVOKE.OverlayManager_destroy__SWIG_1(swigCPtr, Overlay.getCPtr(overlay));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 11
0
 public void destroy(string name)
 {
     OgreOverlayPINVOKE.OverlayManager_destroy__SWIG_0(swigCPtr, name);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 12
0
 public virtual void destroyOverlayElement(OverlayElement pElement)
 {
     OgreOverlayPINVOKE.OverlayElementFactory_destroyOverlayElement(swigCPtr, OverlayElement.getCPtr(pElement));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 13
0
 public void setTiling(float x, float y)
 {
     OgreOverlayPINVOKE.PanelOverlayElement_setTiling__SWIG_1(swigCPtr, x, y);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 14
0
 public override void _restoreManualHardwareResources()
 {
     OgreOverlayPINVOKE.PanelOverlayElement__restoreManualHardwareResources(swigCPtr);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 15
0
 public override void initialise()
 {
     OgreOverlayPINVOKE.PanelOverlayElement_initialise(swigCPtr);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 16
0
 public override void renderQueueStarted(byte queueGroupId, string invocation, SWIGTYPE_p_bool skipThisInvocation)
 {
     OgreOverlayPINVOKE.OverlaySystem_renderQueueStarted(swigCPtr, queueGroupId, invocation, SWIGTYPE_p_bool.getCPtr(skipThisInvocation));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 17
0
 public void eventOccurred(string eventName, NameValuePairList parameters)
 {
     OgreOverlayPINVOKE.OverlaySystem_eventOccurred(swigCPtr, eventName, NameValuePairList.getCPtr(parameters));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 18
0
 public void setPixelRatio(float ratio)
 {
     OgreOverlayPINVOKE.OverlayManager_setPixelRatio(swigCPtr, ratio);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 19
0
 public void setSource(string source)
 {
     OgreOverlayPINVOKE.Font_setSource(swigCPtr, source);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 20
0
 public void destroyOverlayElement(string instanceName)
 {
     OgreOverlayPINVOKE.OverlayManager_destroyOverlayElement__SWIG_1(swigCPtr, instanceName);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 21
0
 public void setTrueTypeSize(float ttfSize)
 {
     OgreOverlayPINVOKE.Font_setTrueTypeSize(swigCPtr, ttfSize);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 22
0
 public void destroyOverlayElement(OverlayElement pInstance)
 {
     OgreOverlayPINVOKE.OverlayManager_destroyOverlayElement__SWIG_3(swigCPtr, OverlayElement.getCPtr(pInstance));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 23
0
 public void setGlyphTexCoords(uint id, float u1, float v1, float u2, float v2, float textureAspect)
 {
     OgreOverlayPINVOKE.Font_setGlyphTexCoords(swigCPtr, id, u1, v1, u2, v2, textureAspect);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 24
0
 public void destroyAllOverlayElements()
 {
     OgreOverlayPINVOKE.OverlayManager_destroyAllOverlayElements__SWIG_1(swigCPtr);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 25
0
 public void addCodePointRange(SWIGTYPE_p_std__pairT_unsigned_int_unsigned_int_t range)
 {
     OgreOverlayPINVOKE.Font_addCodePointRange(swigCPtr, SWIGTYPE_p_std__pairT_unsigned_int_unsigned_int_t.getCPtr(range));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 26
0
 public void addOverlayElementFactory(OverlayElementFactory elemFactory)
 {
     OgreOverlayPINVOKE.OverlayManager_addOverlayElementFactory(swigCPtr, OverlayElementFactory.getCPtr(elemFactory));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 27
0
 public void setAntialiasColour(bool enabled)
 {
     OgreOverlayPINVOKE.Font_setAntialiasColour(swigCPtr, enabled);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 28
0
 public void _restoreManualHardwareResources()
 {
     OgreOverlayPINVOKE.OverlayManager__restoreManualHardwareResources(swigCPtr);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 29
0
 public void _setMaterial(MaterialPtr mat)
 {
     OgreOverlayPINVOKE.Font__setMaterial(swigCPtr, MaterialPtr.getCPtr(mat));
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 30
0
 public override void parseScript(DataStreamPtr stream, string groupName)
 {
     OgreOverlayPINVOKE.OverlayManager_parseScript(swigCPtr, DataStreamPtr.getCPtr(stream), groupName);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }