大约有 303 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya_社区(209) Laya3.0_api(24) laya_api(15) Laya2.0_api(14) Laya2.0_文档(13) Laya_示例(12) Laya3.0_文档(9) Laya2.0_示例(7)
...eedConstantMin dragType duration gravityModifier isPerformanceMode looping playOnAwake prewarm randomSeed randomizeRotationDirection scaleMode simulationSpace simulationSpeed startColorConstant startColorConstantMax startColorConstantMin startColorType startDelay startDelayMax startDelayMin startDel...
来源: Laya3.0_api 发布时间: 20231115
...- 1200) / 2; this.swfAni.zOrder = 3; this.swfAni.loop = false; this.swfAni.play(0,false); this.swfAni.visible = true; this.swfAni.on(laya.events.Event.COMPLETE, this, this.onSWFPlayComplete,[state]); return this.swfAni; } 2017-05-05 5 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20170505
...on.scale(0.5, 0.5); this.skeleton.on(Event.STOPPED, this, this.play); this.play(); } onError() { console.log("parse error"); } play() { console.log("1111111111"); if (++this.index >= this.skeleton.getAnimNum()) { ...
来源: Laya_社区 发布时间: 20211013
1.7.10 weakmap 更新引擎前,经常报"The play() request was interrupted by a call to pause()."的错,这个错在360极速浏览器上有极大几率卡死,其他浏览器没有问题。引擎更新成1.7.10后,把Laya.SoundManager.useAudioMusic设成false可以避免声音导致的卡...
来源: Laya_社区 发布时间: 20170905
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 关于同为object层,层级设置无效的问题 Laya3D里的material可以设置flat shading么 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 3D平行...
来源: Laya_社区 发布时间: 20170104
图集动画播放问题 this.ded.play(0, false); this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver); 播放完 "ded" 动画后, 有时候会出现延迟,没有立即运行onHitOver()方法,有什么解决办法吗? 2018-11-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20181101
...播放间隔(单位:毫秒) ani.index = 1; // 当前播放索引 ani.play(); // 播放图集动画 //Laya.stage.addChild(ani); //动画正常显示 文件路径都正常 } private init(): void { var assets: Array<any> = ; assets.push({ url: "res/start.json", type: Loader.ATLAS}); Laya.lo...
来源: Laya_社区 发布时间: 20170329
...骨动画设置循环播放就一闪一闪的 只有监听completf然后play(0,false)才播放正常 我就只想循环部分 不想用脚本控制 要怎么解决呢 2019-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20190626
... this.spine.skinName = "full-skins/girl"; // 设置皮肤名称 this.spine.play("idle", false); // 播放名称为"idle"的动画,false表示不循环播放 }); } } 2、Spine面板属性说明 2.1 渲染图层 layer 渲染图层主要用于是否被2D光照系统影响以及其它渲染层相关...
来源: Laya3.0_文档 发布时间: 20251128
...cted All Inherited Externals Only exported Menu Globals "laya/ani/AnimationPlayer" AnimationPlayer Class AnimationPlayer AnimationPlayer 类用于动画播放器。 Hierarchy EventDispatcher AnimationPlayer Index Constructors constructor Properties isCache playbackRate returnToZeroStopped Accessors ...
来源: Laya3.0_api 发布时间: 20231115