大约有 3,246 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0099 秒)
Laya_社区(2447) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(78) Laya_示例(52) Laya2.0_示例(18)
...play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!this.audioBuffer) { // console.log("audioBuffer is null",this.url) return; } if (this.startTime >= this.duration) { if (this.loops == 1) { return this.stop(); } this.startTime = 0; }...
来源: Laya_社区 发布时间: 20201014
... 0.8, 1.0)); // camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = null; camera.addComponent(CameraMoveScript); //球体 var sphere = new Laya.SphereMesh(10,10,10); var sphereMesh = new Laya.MeshSprite3D(sphere); sphereMesh.transform.localScale = new Laya.Vector3(...
来源: Laya_社区 发布时间: 20161222
...,又开始上下滑动了 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 anchor锚点设置...
来源: Laya_社区 发布时间: 20170411
...录要加入版本管理吗 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 List滑动条会引...
来源: Laya_社区 发布时间: 20170313
...默认10分钟清理一次 Static supportWeakMap supportWeakMap: boolean = false Defined in laya/utils/WeakObject.ts:13 是否支持WeakMap Methods del del(key: any): void Defined in laya/utils/WeakObject.ts:78 删除缓存 Parameters key: any Returns void get get(key: any): any Defined in laya/util...
来源: Laya3.0_api 发布时间: 20231115
...tanceID":74, "props":{ "name":"胳膊节点001", "active":true, "isStatic":false, "layer":16, "position":[ 0, -0.1193539, -5.217125E-09 ], "rotation":[ -0.7071068, 0, 0, -0.7071068 ], "scale":[ -0.1805366, -0.1261967, -0.1261967 ], "rootBone":52, "boundBox":{ "min":[ -0.330108, -0.5589796, -0.68723 ...
来源: Laya_社区 发布时间: 20191015
...制作(ActionScript 3.0) 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 .sk , .lm , .ltc , .lh, .ani等后缀名的文件是如何制作的? 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始...
来源: Laya_社区 发布时间: 20181212
...调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 Skeleton 类播放完成一遍后有没事件或者回调 Layabox 可不可以刷新骨骼数据 聊天室存储数据 三国塔防游戏!终于开发完了,数据平衡好难调...... 问题...
来源: Laya_社区 发布时间: 20170321
...ache"].hashstr('/' + name); if (window["appcache"].updateFile(fid, 0, buf, false)) { console.log("更新缓存文件" + fid + "成功"); } else { console.log("更新缓存文件" + fid + "失败"); } } }); zip.close();//执行这一步时界面恢复正常 2018-12-28 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20181228
.../icons/global.svg"; //这里可以换显示图标 btn.onClick(() => { //false 为启动场景,true为当前场景。 //editor 为编辑器内运行模式,browser 为浏览器运行模式 SceneEditor.playControls.play(false, "editor"); console.log("播放按钮点击"); }); } } } 直接在asse...
来源: Laya3.0_文档 发布时间: 20251216