public new static FbxCachedEffect Create(FbxObject pContainer, string pName) { global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxCachedEffect_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName); FbxCachedEffect ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCachedEffect(cPtr, false); return(ret); }
public new static FbxCachedEffect Create(FbxManager pManager, string pName) { global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxCachedEffect_Create__SWIG_0(FbxManager.getCPtr(pManager), pName); FbxCachedEffect ret = (cPtr == global::System.IntPtr.Zero) ? null : new FbxCachedEffect(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxCachedEffect obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }