GE Lua Documentation

Press F to search!

setUseObjectsBoxCenter

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
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