UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

14 lines (13 loc) 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UIConfig = void 0; class UIConfig { } exports.UIConfig = UIConfig; UIConfig.touchScrollEnable = true; UIConfig.mouseWheelEnable = true; UIConfig.showButtons = true; UIConfig.popupBgColor = "#000000"; UIConfig.popupBgAlpha = 0.5; UIConfig.closeDialogOnSide = true; window.UIConfig = UIConfig;