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