toluaframework中C#怎么调用Lua的方法 问题 Util.CallMethod LuaManager.CallFunction LuaFunction.LazyCall 解决方案 LuaFunction脚本 无GC消耗的调用 用法总结 问题 用过luaframework框架的人应该都知道框架提供了Util的工具类,工具类提供了一个方法就是Util.CallMethod的方法,方便Unity中直接调用lua层的方法。 Util.CallMethod /// <summary> /// 执行Lua方法 /// </summary> public static object[] CallMethod(