Beispiel #1
0
 public Sampler(Sampler src) : this(VixenLibPINVOKE.new_Sampler__SWIG_1(Sampler.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
        public bool NotEqual(Sampler src)
        {
            bool ret = VixenLibPINVOKE.Sampler_NotEqual(swigCPtr, Sampler.getCPtr(src));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #3
0
        public virtual bool SetSampler(int index, Sampler app)
        {
            bool ret = VixenLibPINVOKE.Appearance_SetSampler(swigCPtr, index, Sampler.getCPtr(app));

            return(ret);
        }