Exemplo n.º 1
0
        public FbxLayerElementTemplateFbxVector2 assign(FbxLayerElementTemplateFbxVector2 pOther)
        {
            FbxLayerElementTemplateFbxVector2 ret = new FbxLayerElementTemplateFbxVector2(fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxVector2_assign(swigCPtr, FbxLayerElementTemplateFbxVector2.getCPtr(pOther)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool eq(FbxLayerElementTemplateFbxVector2 pOther)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLayerElementTemplateFbxVector2_eq(swigCPtr, FbxLayerElementTemplateFbxVector2.getCPtr(pOther));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }