Exemplo n.º 1
0
        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);
        }
Exemplo n.º 2
0
        public bool DisconnectSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_DisconnectSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId);

            return(ret);
        }
Exemplo n.º 3
0
        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);
        }
Exemplo n.º 4
0
        public int Add(int pParentId, string pName, FbxPropertyPage pTypeInfo)
        {
            int ret = FbxWrapperNativePINVOKE.FbxPropertyPage_Add__SWIG_1(swigCPtr, pParentId, pName, FbxPropertyPage.getCPtr(pTypeInfo));

            return(ret);
        }
Exemplo n.º 5
0
        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);
        }
Exemplo n.º 6
0
 public FbxPropertyHandle(FbxPropertyPage pPage) : this(FbxWrapperNativePINVOKE.new_FbxPropertyHandle__SWIG_3(FbxPropertyPage.getCPtr(pPage)), true)
 {
 }
Exemplo n.º 7
0
        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);
        }
Exemplo n.º 8
0
        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);
        }
Exemplo n.º 9
0
 public FbxPropertyHandle(FbxPropertyPage pPage, int pId) : this(fbx_wrapperPINVOKE.new_FbxPropertyHandle__SWIG_2(FbxPropertyPage.getCPtr(pPage), pId), true)
 {
 }
Exemplo n.º 10
0
        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);
        }
Exemplo n.º 11
0
        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);
        }
Exemplo n.º 12
0
        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);
        }
Exemplo n.º 13
0
        public bool DisconnectDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_DisconnectDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId);

            return(ret);
        }
Exemplo n.º 14
0
        public bool IsConnectedSrc(int pDstId, FbxPropertyPage pSrcPage, int pSrcId)
        {
            bool ret = fbx_wrapperPINVOKE.FbxPropertyPage_IsConnectedSrc(swigCPtr, pDstId, FbxPropertyPage.getCPtr(pSrcPage), pSrcId);

            return(ret);
        }
Exemplo n.º 15
0
        public bool IsConnectedDst(int pSrcId, FbxPropertyPage pDstPage, int pDstId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxPropertyPage_IsConnectedDst(swigCPtr, pSrcId, FbxPropertyPage.getCPtr(pDstPage), pDstId);

            return(ret);
        }
Exemplo n.º 16
0
 public FbxPropertyHandle(FbxPropertyPage pPage) : this(fbx_wrapperPINVOKE.new_FbxPropertyHandle__SWIG_3(FbxPropertyPage.getCPtr(pPage)), true)
 {
 }
Exemplo n.º 17
0
        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);
        }
Exemplo n.º 18
0
        public FbxPropertyFlags Clone(FbxPropertyPage pPage)
        {
            FbxPropertyFlags ret = new FbxPropertyFlags(fbx_wrapperPINVOKE.FbxPropertyFlags_Clone(swigCPtr, FbxPropertyPage.getCPtr(pPage)), true);

            return(ret);
        }
Exemplo n.º 19
0
        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);
        }
Exemplo n.º 20
0
        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);
        }