GE Lua Documentation

Press F to search!

setGizmoPlaneColor

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.general.gizmoPlaneSize" then worldEditorCppApi.setGizmoPlaneSize(value) end
  if path == "gizmos.general.gizmoPlaneColor" then worldEditorCppApi.setGizmoPlaneColor(value) end
  if path == "gizmos.general.gizmoPlaneGridColor" then worldEditorCppApi.setGizmoPlaneGridLineColor(value) end