public static void FbxGetCurrentLocalTime(FbxLocalTime pLocalTime) { fbx_wrapperPINVOKE.FbxGetCurrentLocalTime(FbxLocalTime.getCPtr(pLocalTime)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLocalTime obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }