Пример #1
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);
        }
Пример #2
0
        public virtual bool GetStatistics(FbxStatistics arg0)
        {
            bool ret = fbx_wrapperPINVOKE.FbxReader_GetStatistics(swigCPtr, FbxStatistics.getCPtr(arg0));

            return(ret);
        }
Пример #3
0
        public bool GetStatistics(FbxStatistics pStatistics)
        {
            bool ret = fbx_wrapperPINVOKE.FbxImporter_GetStatistics(swigCPtr, FbxStatistics.getCPtr(pStatistics));

            return(ret);
        }
Пример #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxStatistics obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }