大约有 272 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0195 秒)
Laya_社区(222) Laya3.0_文档(17) laya_api(7) Laya3.0_api(7) Laya2.0_文档(7) Laya2.0_api(6) Laya_示例(3) Laya2.0_示例(3)
...转? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 2.0 drawTexture color参数无效 图片添加点击事件 有的不生效 怎样获取浏览器地址传过来的GET参数 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 3d 添加灯光 ...
来源: Laya_社区 发布时间: 20170826
...下啊 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 Texture图片能否进行翻转? [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 求教: soundManager如何停止正在播放的背...
来源: Laya_社区 发布时间: 20190325
...ip呢? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 怎样获取浏览器地址传过来的GET参数 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 写了个边缘光的自定义shader,有很多问题,帮忙看一下 点击代码编辑模...
来源: Laya_社区 发布时间: 20180507
...nALSource current num=10 2019-06-18 13:34:09.231349+0800 test1[6479:65523] Start js scripts/apploader.js 2019-06-18 13:34:09.237285+0800 test1[6479:65523] js thread started. 2019-06-18 13:34:09.244289+0800 test1[6479:65523] found the file in the package:scripts/runtimeInit.js 2019-06-18 13:34:09....
来源: Laya_社区 发布时间: 20190618
...r.on('event', (event) => { // event.code 会是下面其中一个: // START — 监听器正在启动(重启) // BUNDLE_START — 构建单个文件束 // BUNDLE_END — 完成文件束构建 // END — 完成所有文件束构建 // ERROR — 构建时遇到错误 // FATAL — 遇到无可...
来源: Laya_社区 发布时间: 20201223
...时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 视频播放案例 播放声音出错,求指教 求教: soundManager如何停止正在播放的背景音乐 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 laya3D动画无...
来源: Laya_社区 发布时间: 20190421
...null, Loader.JSON); })(); function onAssetsLoaded(settings) { data = { "minStartColor": { "0": 1, "1": 0, "2": 0, "3": 1 }, "boxEmitterVelocity": { "0": 0, "1": 0, "2": 0 }, "minHorizontalStartRadian": 0, "positionVariance": { "0": 0, "1": 0, "2": 0 }, "maxHorizontalVelocity": 0, "sphereEmitterRadiu...
来源: Laya_社区 发布时间: 20180109
...vas() 07-04 20:55:27.340: E/LayaConch5(7884): plugin-----------------EngineStart() = /data/user/0/com.layabox.game//LayaCache/localstorage 07-04 20:55:27.340: I/LayaBox(7884): JNI localStoragePath=/data/user/0/com.layabox.game//LayaCache/localstorage 07-04 20:55:27.342: I/MainCanvas(7884): Android O...
来源: Laya_社区 发布时间: 20190704
...( { type: Laya.Box } ) private box: Laya.Box; constructor() { super(); } onStart(): void { //加载预制体文件 Laya.loader.load("resources/Title.lh").then( (res)=>{ //创建预制体 let label: Laya.Label = res.create(); //添加预制体Label字体到box节点下 this.box.addChild( label ); ...
来源: Laya3.0_文档 发布时间: 20241014
...( { type: Laya.Box } ) private box: Laya.Box; constructor() { super(); } onStart(): void { //加载预制体文件 Laya.loader.load("resources/Title.lh").then( (res)=>{ //创建预制体 let label: Laya.Label = res.create(); //添加预制体Label字体到box节点下 this.box.addChild( label ); ...
来源: Laya3.0_文档 发布时间: 20251105