Skip to content

slate_lua

asqbtcupid edited this page Jan 30, 2019 · 2 revisions

The LuaEditorPlugins show you how to write slate by lua.

I have make some c++ macro to bind slate to lua,have a look at EditorMenuGlue.h.

After binding, lua can access slate class.have a look at editormain.lua.

The lua code is almost the same as c++ code for writing slate.