示例#1
0
        public bool GetStatistics(FbxStatistics pStatistics)
        {
            bool ret = fbx_wrapperPINVOKE.FbxImporter_GetStatistics(swigCPtr, FbxStatistics.getCPtr(pStatistics));

            return(ret);
        }
示例#2
0
        public virtual bool GetStatistics(FbxStatistics arg0)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_GetStatistics(swigCPtr, FbxStatistics.getCPtr(arg0));

            return(ret);
        }
示例#3
0
        public FbxStatistics assign(FbxStatistics pStatistics)
        {
            FbxStatistics ret = new FbxStatistics(fbx_wrapperPINVOKE.FbxStatistics_assign(swigCPtr, FbxStatistics.getCPtr(pStatistics)), false);

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