public bool ConnectDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId, FbxConnection.EType pType) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_ConnectDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId, (int)pType); return(ret); }
public bool DisconnectSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_DisconnectSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId); return(ret); }
public static FbxPropertyPage Create(FbxPropertyPage pInstanceOf) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyPage_Create__SWIG_0(FbxPropertyPage.getCPtr(pInstanceOf)); FbxPropertyPage ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false); return(ret); }
public int Add(int pParentId, string pName, FbxPropertyPage pTypeInfo) { int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_Add__SWIG_1(swigCPtr, pParentId, pName, FbxPropertyPage.getCPtr(pTypeInfo)); return(ret); }
public int Find(int pId, string pName, FbxPropertyPage pTypeInfo, bool pCaseSensitive, string pChildrenSeparators) { int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_Find(swigCPtr, pId, pName, FbxPropertyPage.getCPtr(pTypeInfo), pCaseSensitive, pChildrenSeparators); return(ret); }
public FbxPropertyHandle(FbxPropertyPage pPage) : this(FbxWrapperNativePINVOKE.new_FbxPropertyHandle__SWIG_3(FbxPropertyPage.getCPtr(pPage)), true) { }
public bool ConnectSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId, FbxConnection.EType pType) { bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_ConnectSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId, (int)pType); return(ret); }
public static FbxPropertyInfo Create(string pName, FbxPropertyPage pTypeInfo) { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyInfo_Create__SWIG_0(pName, FbxPropertyPage.getCPtr(pTypeInfo)); FbxPropertyInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyInfo(cPtr, false); return(ret); }
public FbxPropertyHandle(FbxPropertyPage pPage, int pId) : this(fbx_wrapperPINVOKE.new_FbxPropertyHandle__SWIG_2(FbxPropertyPage.getCPtr(pPage), pId), true) { }
public static FbxPropertyConnect Create(FbxPropertyPage pPage, int pId) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_Create(FbxPropertyPage.getCPtr(pPage), pId); FbxPropertyConnect ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyConnect(cPtr, false); return(ret); }
public FbxPropertyConnect Clone(FbxPropertyPage pPage) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_Clone(swigCPtr, FbxPropertyPage.getCPtr(pPage)); FbxPropertyConnect ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyConnect(cPtr, false); return(ret); }
public FbxPropertyInfo Clone(FbxPropertyPage arg0) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyInfo_Clone(swigCPtr, FbxPropertyPage.getCPtr(arg0)); FbxPropertyInfo ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyInfo(cPtr, false); return(ret); }
public bool DisconnectDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId) { bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_DisconnectDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId); return(ret); }
public bool IsConnectedSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId) { bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_IsConnectedSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId); return(ret); }
public bool IsConnectedDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_IsConnectedDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId); return(ret); }
public FbxPropertyHandle(FbxPropertyPage pPage) : this(fbx_wrapperPINVOKE.new_FbxPropertyHandle__SWIG_3(FbxPropertyPage.getCPtr(pPage)), true) { }
public static FbxPropertyPage Create(string pName, FbxPropertyPage pTypeInfo) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyPage_Create__SWIG_2(pName, FbxPropertyPage.getCPtr(pTypeInfo)); FbxPropertyPage ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyPage(cPtr, false); return(ret); }
public FbxPropertyFlags Clone(FbxPropertyPage pPage) { FbxPropertyFlags ret = new FbxPropertyFlags(fbx_wrapperPINVOKE.FbxPropertyFlags_Clone(swigCPtr, FbxPropertyPage.getCPtr(pPage)), true); return(ret); }
public FbxPropertyValue Clone(FbxPropertyPage arg0) { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxPropertyValue_Clone(swigCPtr, FbxPropertyPage.getCPtr(arg0)); FbxPropertyValue ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyValue(cPtr, false); return(ret); }
public int FastFind(int pId, string pName, FbxPropertyPage pTypeInfo, bool pCaseSensitive) { int ret = fbx_wrapperPINVOKE.FbxPropertyPage_FastFind(swigCPtr, pId, pName, FbxPropertyPage.getCPtr(pTypeInfo), pCaseSensitive); return(ret); }