public virtual void postqueueEntityMaterialLodChanged(EntityMaterialLodChangedEvent evt) { OgrePINVOKE.LodListener_postqueueEntityMaterialLodChanged(swigCPtr, EntityMaterialLodChangedEvent.getCPtr(evt)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
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); }