示例#1
0
 public void SetCache(FbxCache pCache)
 {
     FbxWrapperNativePINVOKE.FbxCachedEffect_SetCache__SWIG_1(swigCPtr, FbxCache.getCPtr(pCache));
 }
示例#2
0
 public void SetCache(FbxCache pCache, FbxCachedEffect.ECategory pCategory)
 {
     FbxWrapperNativePINVOKE.FbxCachedEffect_SetCache__SWIG_0(swigCPtr, FbxCache.getCPtr(pCache), (int)pCategory);
 }
 public void SetCache(FbxCache pCache)
 {
     fbx_wrapperPINVOKE.FbxCachedEffect_SetCache__SWIG_1(swigCPtr, FbxCache.getCPtr(pCache));
 }
示例#4
0
 public void SetCache(FbxCache pCache)
 {
     fbx_wrapperPINVOKE.FbxVertexCacheDeformer_SetCache(swigCPtr, FbxCache.getCPtr(pCache));
 }
示例#5
0
 public void SetCache(FbxCache pCache)
 {
     FbxWrapperNativePINVOKE.FbxVertexCacheDeformer_SetCache(swigCPtr, FbxCache.getCPtr(pCache));
 }