Esempio n. 1
0
 public virtual void postqueueEntityMaterialLodChanged(EntityMaterialLodChangedEvent evt)
 {
     OgrePINVOKE.LodListener_postqueueEntityMaterialLodChanged(swigCPtr, EntityMaterialLodChangedEvent.getCPtr(evt));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio 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);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(EntityMaterialLodChangedEvent obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }