大约有 311 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0049 秒)
... 执行代码说加载不出来资源 这个是怎么回事? 能不能用定时器根据时间改变节点Pie的起始角度? 如何使用代码实现如下拖尾动画? 问题状态 最新活动: 2018-04-23 11:43 浏览: 816 关注: 2 人 ggg333 • 2018-04-23 14:16 node.getChildByName(anim_n...
来源: Laya_社区 发布时间: 20180421
...算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、呈...
来源: laya_api 发布时间: 20170929
...在角色移动到目标位置时没有回调方法。我现在是自己用定时器(判断isStop方法与代理路径的长度)来实现起来很麻烦。
来源: Laya_社区 发布时间: 20250707
...算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更新、呈...
来源: laya_api 发布时间: 20170929
...自: 这个东西不会维护了,建议用图集动画,或者自己用定时器配合。 2018-10-29 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 130*****909 相关问题 laya针对页游耗用内存大的...
来源: Laya_社区 发布时间: 20181029
...用了,是不是应该清理掉 建议节点destroy后将节点触发的定时器的同时清理干净。 laya能不能设置消息振动还有清理缓存 问题状态 最新活动: 2018-02-23 15:56 浏览: 953 关注: 2 人
来源: Laya_社区 发布时间: 20180223
... 时钟前进 Particle2D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void[override] Particle...
来源: laya_api 发布时间: 20170929
...迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显...
来源: Laya2.0_api 发布时间: 20190513
...迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显...
来源: Laya2.0_api 发布时间: 20190513
怎么判断time是否存在,再清除 就是我需要再添加定时器之前做判断,如果存在,就clear, if(xxxxx){ Laya.timer.clear(this, this.showUserHandCard); } Laya.timer.loop(150, this, this.showUserHandCard, null, false); 这个xxx怎么判断 2018-03-21 添加评论...
来源: Laya_社区 发布时间: 20180321