GE Lua Documentation

Press F to search!

setIconBackgroundType

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.objectIcons.fadeIconsDistance" then worldEditorCppApi.setFadeIconsDistance(value) end
  if path == "gizmos.objectIcons.iconBackgroundType" then worldEditorCppApi.setIconBackgroundType(iconBackgroundTypeFromString(value)) end
  if path == "gizmos.objectIcons.iconBackgroundScale" then worldEditorCppApi.setIconBackgroundScale(value) end