大约有 10 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
timer.once(100,this,this.play,[参数名])在play方法中怎么获取参数名得值! 例如: var b:number = 1; Laya.timer.once(100,this,this.play,[b]); 在play():void{ }方法中如何获取b的值!!! 2018-03-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180331
...动画,根本没办法在item里获取这个动画的实体对象控制play,而且play之前的_recordInitData竟然只有在内部事件触发才会调用。。。
来源: Laya_社区 发布时间: 20170426
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 如何获取一个3D模型的长宽高? 问题状态 最新活动: 2018-01-24 18:21 浏览: 1442 关注: 0 人
来源: Laya_社区 发布时间: 20180123
...aya.Animation(); roleAni.loadImages( this.aniUrls( v1, v2, tip, frames ) ).play(); roleAni.pos(x,y); this.root.addChild( roleAni ); roleAni.pivotY = roleAni.getBounds().height; console.log("---> ", roleAni.getBounds() ); 打印为 ---> Rectangle {x: 0, y: 0, width: 0, height: 0}修改anchorY...
来源: Laya_社区 发布时间: 20170824
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 最新活动: 2017-01-03 16:47 浏览: 1431 关注: 3 人 185*****307 • 2017-01-03 19:05 为什么layaAir却不需要,现在我...
来源: Laya_社区 发布时间: 20170103
... _gameTableScene["donghua"+ transformToDesignIndex(msg.index)]._childs[0].play(); _gameTableScene["donghua"+ transformToDesignIndex(msg.index)]._childs[0].loop =false; ...
来源: Laya_社区 发布时间: 20180323
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2020-11-09 15:38 浏览: 2969 关注: 2 人 183*****068 • 2020-11-11 15:22 并没有
来源: Laya_社区 发布时间: 20200806
...2],"swimpoolani"); Laya.stage.addChild(this.swimpoolani); this.swimpoolani.play(0,true,"swimpoolani"); this.swimpoolani.interval = 500; } onEnable(): void { } onDisable(): void { } } esources already exist,is repeated loading: D:/reserch/H5/Petfriend/code/Petfriend%2...
来源: Laya_社区 发布时间: 20190805
...通过name属性区分动画来实现相同动画不同纹理的效果(play函数第三个参数),这种方法会增加动画文件的大小别的没有影响。 2019-02-18 0 3 分享 微博 QZONE 微信 ippon 赞同来自: 在Layabox2中不需要自己创建node啊,node是Laya.display对...
来源: Laya_社区 发布时间: 20190215
...: soundManager如何停止正在播放的背景音乐 SoundManager.playSound或者 SoundManager.playMusic会返回一个SoundChannel实例。你可以声明一个变量来接收它,然后通过SoundChannel来控制播放、停止、暂停。具体代码如下所示: var soundC:SoundChann...
来源: Laya_社区 发布时间: 20180308