For the complete documentation index, see llms.txt. This page is also available as Markdown.

globalAvatarScale {get;set}

API -

return function()
    local app = getApp();
    app.globalAvatarScale = 2; --accepts values between 0.1 and 2
end

Last updated