大约有 540 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)
...lib内容有差异 为什么官网例子里,UI组件的事件都用new Handler,而资源加载用Handler.create() 打包百度小游戏不能播放声音?是api不支持 还是发生了改变 或者格式问题? 官网文档真的太垃圾了了,错误百出,真想知道你们真的认...
来源: Laya_社区 发布时间: 20180513
...有个update方法是可以的 Tween.to(_source, {x:endX, y:endY, update:Handler.create(this, tweenUpdate)},200, null, Handler.create(this, moveComplete)); 2017-12-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 z1071051378 相关...
来源: Laya_社区 发布时间: 20171226
...件)编程模式 为什么官网例子里,UI组件的事件都用new Handler,而资源加载用Handler.create() 问题状态 最新活动: 2017-02-09 18:28 浏览: 1521 关注: 3 人 VergilLoL • 2017-03-21 11:35 可以看一下你改好以后的代码吗?谢谢 qq502416708 • 2017-03-28 1...
来源: Laya_社区 发布时间: 20170209
...? var 与 name 的详细区别是什么? laya3D动画无法播放 Laya.Handler.create和new Laya.Handler有啥区别 Dialog和View用destroy和Laya.stage.removeChild有什么区别? Laya3d自定义shader Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的...
来源: Laya_社区 发布时间: 20190824
...GL; import laya.display.Sprite; import laya.ui.Panel; import laya.utils.Handler; public class LayaSample { private var rule_ct; public function LayaSample() { Laya.init(640, 1136, WebGL); Laya.stage.bgColor = "#CCBBAA"; var panel = new Panel(); Laya.stage.addChild(panel); panel.si...
来源: Laya_社区 发布时间: 20170215
... this.WheelList.tweenTo(this.currentFrame,1000,new Laya.Handler(this, ()=>{ this.onLoop(); })); } else { ...
来源: Laya_社区 发布时间: 20201025
...次方图集区别在哪? var 与 name 的详细区别是什么? Laya.Handler.create和new Laya.Handler有啥区别 Dialog和View用destroy和Laya.stage.removeChild有什么区别? 求解:2D项目中加载View,Laya.Scene.load应该如何使用? 关于打包图集时的图片默认属性与...
来源: Laya_社区 发布时间: 20180426
....tw1 = Laya.Tween.to(this.load_1, { scaleX:0.01 }, 250, Laya.Ease.quadOut, Handler.create(this, this.tw1Complete1)); 只要是设置scale值最终变为0就有问题,, var style=this.getStyle(); 这个获取的style是空的,,这个问题不是必现的,,,,, 附件 : --> 2018-03-15...
来源: Laya_社区 发布时间: 20180315
...享 微博 QZONE 微信 andyskaura 赞同来自: this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender,null,false); 你试一下在回调otherItem_listRender(){ .skin="" } 里面直接给skin赋值,我平常都是这样用的。 2018-03-21 0 2 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20180321
...ion;Laya.Tween.to(box.potOld,{ x:1 ,y:2 ,update:new Laya.Handler(box,function(){ this.transform.position = this.potOld; }) }, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){ console.log("complete"); }),ConstValue.animation...
来源: Laya_社区 发布时间: 20170905