大约有 1,155 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
Laya_社区(995) Laya2.0_文档(56) Laya3.0_api(37) Laya2.0_api(27) Laya3.0_文档(24) laya_api(14) Laya_示例(1) Laya2.0_示例(1)
...2 发布微信开放域工程,用微信开发者工具打开报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 本地调试加载本地图片都报错 启动引擎报错 mPlugin.game_plugin_init(3); 微信小游戏编译报错 3d项目-u...
来源: Laya_社区 发布时间: 20201130
...meLineDemo() { //初始化舞台 Laya.init(1334,750, WebGL); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoad回调方法 Laya.loader.load("res/atlas/ui.atlas", Handler.create(this, onLoaded)); } private function onLoaded():void { //创建一个Animation...
来源: Laya2.0_文档 发布时间: 20210715
...IEditor.GUIUtils。 export interface IGUIUtils { /** * 编辑器默认的背景颜色 */ bgColor: gui.Color; /** * 编辑器默认的分割线颜色 */ lineColor: gui.Color; /** * 编辑器默认的文字颜色 */ textColor: gui.Color; createButton(autoSize?: boolean): gui.Button; createIconButton(f...
来源: Laya3.0_文档 发布时间: 20251010
...0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 项目分包后, 运行出错 官网示例摇一摇报错,就解决方案 本地调试加载本地图片都报错 问题...
来源: Laya_社区 发布时间: 20180322
... Laya.stage.scaleMode = Stage.SCALE_FIXED_AUTO; //背景音乐 m_bkSound = new Sound(); m_bkSound.load("Res/Sound/City.mp3"); m_bkSound.play(); //添加地图层 m_MapImgU...
来源: Laya_社区 发布时间: 20170921