GE Lua Documentation

Press F to search!

ShowStyleEditor

Definition


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

Callers

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