public PhongMaterial(PhongMaterial src) : this(VixenLibPINVOKE.new_PhongMaterial__SWIG_2(PhongMaterial.getCPtr(src)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
public bool NotEqual(PhongMaterial src) { bool ret = VixenLibPINVOKE.PhongMaterial_NotEqual(swigCPtr, PhongMaterial.getCPtr(src)); if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static HandleRef getCPtr(PhongMaterial obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }