Beispiel #1
0
        public FbxLayerElementTemplateFbxColor assign(FbxLayerElementTemplateFbxColor pOther)
        {
            FbxLayerElementTemplateFbxColor ret = new FbxLayerElementTemplateFbxColor(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxColor_assign(swigCPtr, FbxLayerElementTemplateFbxColor.getCPtr(pOther)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #2
0
        public bool eq(FbxLayerElementTemplateFbxColor pOther)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxColor_eq(swigCPtr, FbxLayerElementTemplateFbxColor.getCPtr(pOther));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementTemplateFbxColor obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }