GE Lua Documentation

Press F to search!

setIconWorldScale

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.objectIcons.constantSizeIconScale" then worldEditorCppApi.setConstantSizeIconScale(value) end
  if path == "gizmos.objectIcons.iconWorldScale" then worldEditorCppApi.setIconWorldScale(value) end
  if path == "gizmos.objectIcons.fadeIcons" then worldEditorCppApi.setFadeIcons(value) end