public bool GetStatistics(FbxStatistics pStatistics) { bool ret = fbx_wrapperPINVOKE.FbxImporter_GetStatistics(swigCPtr, FbxStatistics.getCPtr(pStatistics)); return(ret); }
public virtual bool GetStatistics(FbxStatistics arg0) { bool ret = fbx_wrapperPINVOKE.FbxReader_GetStatistics(swigCPtr, FbxStatistics.getCPtr(arg0)); return(ret); }
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); }