-- @/=[C]:-1
function setUseObjectsBoxCenter(...)
local function onEditorPreferenceValueChanged(path, value)
if path == "gizmos.general.useObjectBoxCenter" then worldEditorCppApi.setUseObjectsBoxCenter(value) end
if path == "gizmos.general.drawObjectIcons" then worldEditorCppApi.setDrawObjectIcons(value) end