static int get_onDisableBehaviour(IntPtr L) { object o = null; try { o = ToLua.ToObject(L, 1); DG.Tweening.DOTweenVisualManager obj = (DG.Tweening.DOTweenVisualManager)o; DG.Tweening.Core.OnDisableBehaviour ret = obj.onDisableBehaviour; ToLua.Push(L, ret); return(1); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e, o, "attempt to index onDisableBehaviour on a nil value")); } }
static int set_onDisableBehaviour(IntPtr L) { object o = null; try { o = ToLua.ToObject(L, 1); DG.Tweening.DOTweenVisualManager obj = (DG.Tweening.DOTweenVisualManager)o; DG.Tweening.Core.OnDisableBehaviour arg0 = (DG.Tweening.Core.OnDisableBehaviour)ToLua.CheckObject(L, 2, typeof(DG.Tweening.Core.OnDisableBehaviour)); obj.onDisableBehaviour = arg0; return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e, o, "attempt to index onDisableBehaviour on a nil value")); } }