GE Lua Documentation

Press F to search!

setIconBackgroundColor

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.objectIcons.iconShadowColor" then worldEditorCppApi.setIconShadowColor(value) end
  if path == "gizmos.objectIcons.iconBackgroundColor" then worldEditorCppApi.setIconBackgroundColor(value) end
  if path == "gizmos.objectIcons.selectedIconBackgroundColor" then worldEditorCppApi.setSelectedIconBgColor(value) end