GE Lua Documentation

Press F to search!

getAxisGizmoRotateOffset

Definition


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

Callers

@/lua/ge/extensions/editor/dynamicDecals/selection.lua
      gizmo.rotateFn = function(newGizmoTransform)
        local delta = vec3(worldEditorCppApi.getAxisGizmoRotateOffset())
        api.rotateLayer(layerData, delta)