Ejemplo n.º 1
0
        public virtual OverlayElement getChild(string name)
        {
            global::System.IntPtr cPtr = OgreOverlayPINVOKE.OverlayContainer_getChild(swigCPtr, name);
            OverlayElement        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new OverlayElement(cPtr, true);

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