static int _m_SetPath(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); FairyGUI.GTweener gen_to_be_invoked = (FairyGUI.GTweener)translator.FastGetCSObj(L, 1); { FairyGUI.GPath _value = (FairyGUI.GPath)translator.GetObject(L, 2, typeof(FairyGUI.GPath)); FairyGUI.GTweener gen_ret = gen_to_be_invoked.SetPath( _value); translator.Push(L, gen_ret); return(1); } } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } }