示例#1
0
        public FbxCache GetCache()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxCachedEffect_GetCache(swigCPtr);
            FbxCache ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCache(cPtr, false);

            return(ret);
        }
示例#2
0
        public FbxCache GetCache()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxVertexCacheDeformer_GetCache(swigCPtr);
            FbxCache ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCache(cPtr, false);

            return(ret);
        }
示例#3
0
        public new static FbxCache Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCache_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxCache ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCache(cPtr, false);

            return(ret);
        }
示例#4
0
        public new static FbxCache Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxCache_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxCache ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCache(cPtr, false);

            return(ret);
        }
示例#5
0
 public void SetCache(FbxCache pCache)
 {
     FbxWrapperNativePINVOKE.FbxCachedEffect_SetCache__SWIG_1(swigCPtr, FbxCache.getCPtr(pCache));
 }
示例#6
0
 public void SetCache(FbxCache pCache, FbxCachedEffect.ECategory pCategory)
 {
     FbxWrapperNativePINVOKE.FbxCachedEffect_SetCache__SWIG_0(swigCPtr, FbxCache.getCPtr(pCache), (int)pCategory);
 }
示例#7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxCache obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#8
0
 public void SetCache(FbxCache pCache)
 {
     fbx_wrapperPINVOKE.FbxVertexCacheDeformer_SetCache(swigCPtr, FbxCache.getCPtr(pCache));
 }
 public void SetCache(FbxCache pCache)
 {
     fbx_wrapperPINVOKE.FbxCachedEffect_SetCache__SWIG_1(swigCPtr, FbxCache.getCPtr(pCache));
 }
示例#10
0
 public void SetCache(FbxCache pCache)
 {
     FbxWrapperNativePINVOKE.FbxVertexCacheDeformer_SetCache(swigCPtr, FbxCache.getCPtr(pCache));
 }