Exemplo n.º 1
0
            public virtual bool renderableQueued(Renderable rend, byte groupID, ushort priority, SWIGTYPE_p_p_Ogre__Technique ppTech, RenderQueue pQueue)
            {
                bool ret = OgrePINVOKE.RenderQueue_RenderableListener_renderableQueued(swigCPtr, Renderable.getCPtr(rend), groupID, priority, SWIGTYPE_p_p_Ogre__Technique.getCPtr(ppTech), RenderQueue.getCPtr(pQueue));

                if (OgrePINVOKE.SWIGPendingException.Pending)
                {
                    throw OgrePINVOKE.SWIGPendingException.Retrieve();
                }
                return(ret);
            }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_Ogre__Technique obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }