public void Dispose() { Enable(false); _host = null; }
static public int Dispose(IntPtr l) { try { FairyGUI.LongPressGesture self = (FairyGUI.LongPressGesture)checkSelf(l); self.Dispose(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }