-- @/=[C]:-1
function setSelectedIconBgColor(...)
if path == "gizmos.objectIcons.iconBackgroundColor" then worldEditorCppApi.setIconBackgroundColor(value) end
if path == "gizmos.objectIcons.selectedIconBackgroundColor" then worldEditorCppApi.setSelectedIconBgColor(value) end
if path == "gizmos.objectIcons.objectTextBackgroundColor" then worldEditorCppApi.setObjectTextBackgroundColor(value) end