Exemple #1
0
 public PhongMaterial(PhongMaterial src) : this(VixenLibPINVOKE.new_PhongMaterial__SWIG_2(PhongMaterial.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
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);
        }
Exemple #3
0
 internal static HandleRef getCPtr(PhongMaterial obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }