コード例 #1
0
        public bool NotEqual(PhongMaterial src)
        {
            bool ret = VixenLibPINVOKE.PhongMaterial_NotEqual(swigCPtr, PhongMaterial.getCPtr(src));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 public PhongMaterial(PhongMaterial src) : this(VixenLibPINVOKE.new_PhongMaterial__SWIG_2(PhongMaterial.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }