public void SetFilter(FbxConnectionPointFilter pConnectFilter) { FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter)); }
public int GetDstCount(int pId, FbxConnectionPointFilter pFilter) { int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_GetDstCount(swigCPtr, pId, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public FbxConnection.EType GetDstType(int pIndex, FbxConnectionPointFilter pFilter) { FbxConnection.EType ret = (FbxConnection.EType)FbxWrapperNativePINVOKE.FbxConnectionPoint_GetDstType__SWIG_1(swigCPtr, pIndex, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public void SetFilter(FbxConnectionPointFilter pConnectFilter, FbxConnectionPoint.EType pType) { FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter), (int)pType); }
public bool GetSrc(int pId, int pIndex, FbxConnectionPointFilter pFilter, SWIGTYPE_p_p_FbxPropertyPage pSrcPage, SWIGTYPE_p_int pSrcId) { bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_GetSrc(swigCPtr, pId, pIndex, FbxConnectionPointFilter.getCPtr(pFilter), SWIGTYPE_p_p_FbxPropertyPage.getCPtr(pSrcPage), SWIGTYPE_p_int.getCPtr(pSrcId)); return(ret); }
public FbxConnectionPoint GetDst(int pIndex, FbxConnectionPointFilter pFilter) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxConnectionPoint_GetDst__SWIG_1(swigCPtr, pIndex, FbxConnectionPointFilter.getCPtr(pFilter)); FbxConnectionPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConnectionPoint(cPtr, false); return(ret); }
public int GetDstCount(FbxConnectionPointFilter pFilter) { int ret = fbx_wrapperPINVOKE.FbxConnectionPoint_GetDstCount__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public int GetDstCount(FbxConnectionPointFilter pFilter) { int ret = FbxWrapperNativePINVOKE.FbxPropertyHandle_GetDstCount__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public FbxPropertyHandle GetDst(FbxConnectionPointFilter pFilter, int pIndex) { FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_GetDst__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter), pIndex), true); return(ret); }
public FbxConnection.EType GetSrcType(int pIndex, FbxConnectionPointFilter pFilter) { FbxConnection.EType ret = (FbxConnection.EType)fbx_wrapperPINVOKE.FbxConnectionPoint_GetSrcType__SWIG_1(swigCPtr, pIndex, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public FbxPropertyHandle GetSrc(FbxConnectionPointFilter pFilter) { FbxPropertyHandle ret = new FbxPropertyHandle(fbx_wrapperPINVOKE.FbxPropertyHandle_GetSrc__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)), true); return(ret); }
public int GetSrcCount(FbxConnectionPointFilter pFilter) { int ret = fbx_wrapperPINVOKE.FbxPropertyHandle_GetSrcCount__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public FbxPropertyConnect GetDst(FbxConnectionPointFilter pFilter, int pIndex) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxPropertyConnect_GetDst(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter), pIndex); FbxPropertyConnect ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPropertyConnect(cPtr, false); return(ret); }
public bool GetDst(int pId, int pIndex, FbxConnectionPointFilter pFilter, SWIGTYPE_p_p_FbxPropertyPage pDstPage, SWIGTYPE_p_int pDstId) { bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_GetDst(swigCPtr, pId, pIndex, FbxConnectionPointFilter.getCPtr(pFilter), SWIGTYPE_p_p_FbxPropertyPage.getCPtr(pDstPage), SWIGTYPE_p_int.getCPtr(pDstId)); return(ret); }
public virtual bool IsEqual(FbxConnectionPointFilter pConnectFilter) { bool ret = FbxWrapperNativePINVOKE.FbxConnectionPointFilter_IsEqual(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter)); return(ret); }
public FbxPropertyHandle GetSrc(FbxConnectionPointFilter pFilter, int pIndex) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_GetSrc__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter), pIndex), true); return(ret); }
public int GetSrcCount(FbxConnectionPointFilter pFilter) { int ret = FbxWrapperNativePINVOKE.FbxConnectionPoint_GetSrcCount__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }
public FbxPropertyHandle GetDst(FbxConnectionPointFilter pFilter) { FbxPropertyHandle ret = new FbxPropertyHandle(FbxWrapperNativePINVOKE.FbxPropertyHandle_GetDst__SWIG_1(swigCPtr, FbxConnectionPointFilter.getCPtr(pFilter)), true); return(ret); }
public int GetSrcCount(int pId, FbxConnectionPointFilter pFilter) { int ret = fbx_wrapperPINVOKE.FbxPropertyPage_GetSrcCount(swigCPtr, pId, FbxConnectionPointFilter.getCPtr(pFilter)); return(ret); }