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