Exemplo n.º 1
0
 public virtual void postqueueEntityMaterialLodChanged(EntityMaterialLodChangedEvent evt)
 {
     OgrePINVOKE.LodListener_postqueueEntityMaterialLodChanged(swigCPtr, EntityMaterialLodChangedEvent.getCPtr(evt));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public virtual bool prequeueEntityMaterialLodChanged(EntityMaterialLodChangedEvent evt)
        {
            bool ret = OgrePINVOKE.LodListener_prequeueEntityMaterialLodChanged(swigCPtr, EntityMaterialLodChangedEvent.getCPtr(evt));

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