예제 #1
0
 public FbxCache.EFileFormat GetCacheFileFormat()
 {
     FbxCache.EFileFormat ret = (FbxCache.EFileFormat)fbx_wrapperPINVOKE.FbxCache_GetCacheFileFormat(swigCPtr);
     return(ret);
 }
예제 #2
0
 public void SetCacheFileFormat(FbxCache.EFileFormat pFileFormat)
 {
     fbx_wrapperPINVOKE.FbxCache_SetCacheFileFormat__SWIG_1(swigCPtr, (int)pFileFormat);
 }
예제 #3
0
 public FbxCache.EFileFormat GetCacheFileFormat()
 {
     FbxCache.EFileFormat ret = (FbxCache.EFileFormat)FbxWrapperNativePINVOKE.FbxCache_GetCacheFileFormat(swigCPtr);
     return(ret);
 }
예제 #4
0
 public void SetCacheFileFormat(FbxCache.EFileFormat pFileFormat, FbxStatus pStatus)
 {
     fbx_wrapperPINVOKE.FbxCache_SetCacheFileFormat__SWIG_0(swigCPtr, (int)pFileFormat, FbxStatus.getCPtr(pStatus));
 }
예제 #5
0
 public void SetCacheFileFormat(FbxCache.EFileFormat pFileFormat)
 {
     FbxWrapperNativePINVOKE.FbxCache_SetCacheFileFormat__SWIG_1(swigCPtr, (int)pFileFormat);
 }