GE Lua Documentation

Press F to search!

ShowStyleEditor

Definition


-- @/=[C]:-1
function ShowStyleEditor(...)

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.ShowStyleEditor(ImGuiStyle_ref)
  -- ImGuiStyle_ref is optional and can be nil
  -- ImGuiStyle_ref is optional and can be nil
  imgui.ShowStyleEditor(ImGuiStyle_ref)
end