示例#1
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);
        }
示例#2
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);
        }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementTemplateFbxVector2 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }