GE Lua Documentation

Press F to search!

setObjectTextBackgroundColor

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.objectIcons.selectedIconBackgroundColor" then worldEditorCppApi.setSelectedIconBgColor(value) end
  if path == "gizmos.objectIcons.objectTextBackgroundColor" then worldEditorCppApi.setObjectTextBackgroundColor(value) end
  if path == "gizmos.objectIcons.objectTextColor" then worldEditorCppApi.setObjectTextColor(value) end