public Overlay(string name) : this(OgreOverlayPINVOKE.new_Overlay(name), true) { if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void _updateRenderQueue(RenderQueue queue) { OgreOverlayPINVOKE.PanelOverlayElement__updateRenderQueue(swigCPtr, RenderQueue.getCPtr(queue)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void loadResource(Resource resource) { OgreOverlayPINVOKE.Font_loadResource(swigCPtr, Resource.getCPtr(resource)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void clearCodePointRanges() { OgreOverlayPINVOKE.Font_clearCodePointRanges(swigCPtr); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setGlyphAspectRatio(uint id, float ratio) { OgreOverlayPINVOKE.Font_setGlyphAspectRatio(swigCPtr, id, ratio); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setTrueTypeResolution(uint ttfResolution) { OgreOverlayPINVOKE.Font_setTrueTypeResolution(swigCPtr, ttfResolution); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setCharacterSpacer(uint charSpacer) { OgreOverlayPINVOKE.Font_setCharacterSpacer(swigCPtr, charSpacer); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setType(FontType ftype) { OgreOverlayPINVOKE.Font_setType(swigCPtr, (int)ftype); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public void destroy(Overlay overlay) { OgreOverlayPINVOKE.OverlayManager_destroy__SWIG_1(swigCPtr, Overlay.getCPtr(overlay)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void destroy(string name) { OgreOverlayPINVOKE.OverlayManager_destroy__SWIG_0(swigCPtr, name); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void destroyOverlayElement(OverlayElement pElement) { OgreOverlayPINVOKE.OverlayElementFactory_destroyOverlayElement(swigCPtr, OverlayElement.getCPtr(pElement)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setTiling(float x, float y) { OgreOverlayPINVOKE.PanelOverlayElement_setTiling__SWIG_1(swigCPtr, x, y); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public override void _restoreManualHardwareResources() { OgreOverlayPINVOKE.PanelOverlayElement__restoreManualHardwareResources(swigCPtr); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public override void initialise() { OgreOverlayPINVOKE.PanelOverlayElement_initialise(swigCPtr); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public void eventOccurred(string eventName, NameValuePairList parameters) { OgreOverlayPINVOKE.OverlaySystem_eventOccurred(swigCPtr, eventName, NameValuePairList.getCPtr(parameters)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setPixelRatio(float ratio) { OgreOverlayPINVOKE.OverlayManager_setPixelRatio(swigCPtr, ratio); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setSource(string source) { OgreOverlayPINVOKE.Font_setSource(swigCPtr, source); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void destroyOverlayElement(string instanceName) { OgreOverlayPINVOKE.OverlayManager_destroyOverlayElement__SWIG_1(swigCPtr, instanceName); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setTrueTypeSize(float ttfSize) { OgreOverlayPINVOKE.Font_setTrueTypeSize(swigCPtr, ttfSize); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void destroyOverlayElement(OverlayElement pInstance) { OgreOverlayPINVOKE.OverlayManager_destroyOverlayElement__SWIG_3(swigCPtr, OverlayElement.getCPtr(pInstance)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public void destroyAllOverlayElements() { OgreOverlayPINVOKE.OverlayManager_destroyAllOverlayElements__SWIG_1(swigCPtr); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public void addOverlayElementFactory(OverlayElementFactory elemFactory) { OgreOverlayPINVOKE.OverlayManager_addOverlayElementFactory(swigCPtr, OverlayElementFactory.getCPtr(elemFactory)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void setAntialiasColour(bool enabled) { OgreOverlayPINVOKE.Font_setAntialiasColour(swigCPtr, enabled); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void _restoreManualHardwareResources() { OgreOverlayPINVOKE.OverlayManager__restoreManualHardwareResources(swigCPtr); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public void _setMaterial(MaterialPtr mat) { OgreOverlayPINVOKE.Font__setMaterial(swigCPtr, MaterialPtr.getCPtr(mat)); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }
public override void parseScript(DataStreamPtr stream, string groupName) { OgreOverlayPINVOKE.OverlayManager_parseScript(swigCPtr, DataStreamPtr.getCPtr(stream), groupName); if (OgreOverlayPINVOKE.SWIGPendingException.Pending) { throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve(); } }