大约有 132 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0042 秒)
Laya_社区(61) Laya3.0_api(17) laya_api(15) Laya2.0_api(15) Laya2.0_文档(7) Laya2.0_示例(7) Laya_示例(7) Laya3.0_文档(3)
...接 提交 1 个回复 Laya_Aaron 赞同来自: 子节点的回调参数 e:Event e.stop冒泡就好了 2018-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 c__yh 相关问题 两个对象new了一个相同的对象,调用第...
来源: Laya_社区 发布时间: 20180816
...2新版LayaAir.d.ts和js库API对不上!! layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但写了不执行。 官方的API为什么找不到pivot和pos? 官网API没有createView? 文本align="center", 对齐方式无效,无论设置什么值,都是左对齐 问题...
来源: Laya_社区 发布时间: 20180110
... SpineTempletBinary(); this.templet.loadAni(this.aniPath); this.templet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos...
来源: Laya2.0_文档 发布时间: 20210715
...lay(0); //失去舞台焦点(切出游戏)的处理 Laya.stage.on(Laya.Event.BLUR, this, () => { _sound.stop(); }); //获得舞台焦点(切回游戏)的处理 Laya.stage.on(Laya.Event.FOCUS, this, () => { _sound.play(0); }); …… ``` ### 六、音乐与音效播放的完整示例 该示...
来源: Laya2.0_文档 发布时间: 20210715
...相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: button.on(Laya.Event.CLICK, this, function(event:Laya.Event){ console.log("点击到了UI"); event.stopPropagation(); }); 完整代码 2018-05-30 0 17 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你这个问题描述的很明确,...
来源: Laya_社区 发布时间: 20180529
...lay(0); //失去舞台焦点(切出游戏)的处理 Laya.stage.on(Laya.Event.BLUR, this, () => { _sound.stop(); }); //获得舞台焦点(切回游戏)的处理 Laya.stage.on(Laya.Event.FOCUS, this, () => { _sound.play(0); }); …… ``` ### 六、音乐与音效播放的完整示例 该示...
来源: Laya2.0_文档 发布时间: 20210714
...| Index | Frames No Frames AnimationPlayerBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播放基类,提供了基础的动画...
来源: laya_api 发布时间: 20170929
...方体模型,想给它六个面贴不同的贴图,该如何处理? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 用EffectAnimation实现Button的点击放大效果点击的时候按钮位移动了是否是我做法有问题 游戏中图片模糊 @官方 运用Sprite的属性...
来源: Laya_社区 发布时间: 20191213
...asses | Index | Frames No Frames AnimationBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationBaseInheritanceAnimationBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画基类,提供了基础的动画播放控制方法...
来源: Laya2.0_api 发布时间: 20190513
...nager.AppManager; import flash.display.Sprite; import flash.events.Event; import flash.external.ExternalInterface; import flash.net.URLVariables; import flash.text.TextField; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; impo...
来源: Laya_社区 发布时间: 20200217