예제 #1
0
 public virtual void postqueueMovableObjectLodChanged(MovableObjectLodChangedEvent evt)
 {
     OgrePINVOKE.LodListener_postqueueMovableObjectLodChanged(swigCPtr, MovableObjectLodChangedEvent.getCPtr(evt));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
        public virtual bool prequeueMovableObjectLodChanged(MovableObjectLodChangedEvent evt)
        {
            bool ret = OgrePINVOKE.LodListener_prequeueMovableObjectLodChanged(swigCPtr, MovableObjectLodChangedEvent.getCPtr(evt));

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