大约有 345 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0050 秒)
Laya_社区(246) Laya2.0_文档(28) Laya3.0_api(26) laya_api(12) Laya2.0_api(12) Laya_示例(9) Laya3.0_文档(8) Laya2.0_示例(4)
...项目中也无法自动播放默认动画,通过获取Animator,调用play、crossfade播放都无效。 但是后来通过1.7.* 版本,在Layarun环境下正常播放。 通过两个版本的导出文件对比,猜测是03版本的动画存在一些没有支持到02版本所支持的情况...
来源: Laya_社区 发布时间: 20190220
... { clip.autoPlay = true; //妖孽在此,此妖只吃新鲜数字常量,直接上供写上100动画就可以播放,从xml读取出来赋值,动画文丝不动 ...
来源: Laya_社区 发布时间: 20170918
...要的Clip。 **示例代码:** ```javascript package { import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var button...
来源: Laya2.0_文档 发布时间: 20210714
...nction (_super) { function Loading_fly() { Loading_fly.super(this); this.onPlay(); } Laya.class(Loading_fly, "Loading_fly", _super) var _proto = Loading_fly.prototype; _proto.onPlay = function () { UIConfig.popupBgAlpha = 0.85; UIConfig.closeDialogOnSide = false; this.diango = new Laya.Dialog(); thi...
来源: Laya_社区 发布时间: 20171107
...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
... 1.http声音播放问题(此版本前无法播放),如果直接用playMusic或playSound直接播放会出现第一次播放的时候(即内存中无此声音)则无法播放,调用播放后,等待一段时间(加载完成)再次调用播放此声音就可以播放了,(用load加...
来源: Laya_社区 发布时间: 20180521
...x = 0; // 当前播放索引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); this.aniBirdSing.mouseEnable = true; Laya.stage.addCh...
来源: Laya_社区 发布时间: 20171026
...ollerLayer addState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getDefaultState getParamsvalue hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart play removeState setParamsBool setParamsNumber setParamsTrigger Construct...
来源: Laya3.0_api 发布时间: 20231115
...ator.getControllerLayer(0).addState(state1); //播放动作 pangziAnimator.play("hello"); })); })); ``` ![](img/6.gif)(图6) ### 批量预加载资源 上面的例子Scene.load()方法是资源的异步加载,有时候3D的资源比较大,需要预加载来来提升首屏的体验。这时...
来源: Laya2.0_文档 发布时间: 20210715
...ation:0}, 1500).to(btn2, {rotation:-5}, 1500).to(btn2, {rotation:0}, 1500).play(0, true); 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Laya_Aaron 赞同来自: 提供一个可运行demo看一下 2018-...
来源: Laya_社区 发布时间: 20180524