static public int StartDrag(IntPtr l) { try { FairyGUI.DragDropManager self = (FairyGUI.DragDropManager)checkSelf(l); FairyGUI.GObject a1; checkType(l, 2, out a1); System.String a2; checkType(l, 3, out a2); System.Object a3; checkType(l, 4, out a3); System.Int32 a4; checkType(l, 5, out a4); self.StartDrag(a1, a2, a3, a4); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }
public static void ClearStatic() { _inst = null; }