コード例 #1
0
 public virtual void removeChild(string name)
 {
     OgreOverlayPINVOKE.OverlayContainer_removeChild(swigCPtr, name);
     if (OgreOverlayPINVOKE.SWIGPendingException.Pending)
     {
         throw OgreOverlayPINVOKE.SWIGPendingException.Retrieve();
     }
 }