Ejemplo n.º 1
0
 public void _notifyVisualData(ParticleVisualData vis)
 {
     OgrePINVOKE.Particle__notifyVisualData(swigCPtr, ParticleVisualData.getCPtr(vis));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public ParticleVisualData getVisualData()
        {
            global::System.IntPtr cPtr = OgrePINVOKE.Particle_getVisualData(swigCPtr);
            ParticleVisualData    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ParticleVisualData(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ParticleVisualData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }