大约有 362 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
Laya_社区(127) Laya3.0_api(62) Laya2.0_api(58) laya_api(54) Laya_示例(27) Laya2.0_示例(20) Laya2.0_文档(9) Laya3.0_文档(5)
... if (this._spriteNum == 0) { Laya.ILaya.timer.frameLoop(3, this, this.animate); this._preFrameTime = Laya.ILaya.Browser.now(); this._frameIndex = 0; this._time = 0; this...
来源: Laya_社区 发布时间: 20220627
phasorSpriter3D 无法使用 Laya.timer.frameLoop(1, this, () => { this.phasorSpriter3D = new Laya.PhasorSpriter3D(); var _color = new Laya.Vector4(1, 0, 0, 1); var _corners = new Array<Laya.Vector3>(); _corners[0] = new Laya.Vector3(); _corners[1] = new Laya.Vector3(); _corners[2] = new L...
来源: Laya_社区 发布时间: 20180821
...d(progressBar); //时间间隔循环,每100毫秒改变一次数据 Laya.timer.loop(100, this, changeValue); } /***时间间隔循环回调,更新进度条***/ private function changeValue():void { //最大为1,每次间隔更新5% if (progressBar.value >= 1) progressBar.value = 0; progressBar...
来源: Laya2.0_文档 发布时间: 20210715
...eY scene scrollRect seekable seeking skewX skewY stage staticCache texture timer transform url videoHeight videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater canPlayType clea...
来源: Laya3.0_api 发布时间: 20231102
...显示的问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 (此问题已经无效) 打包android版本 点击返回键会提示“再次点击后退键退出游戏”,如果去掉这个提示 分享:LayaAir下如何获取图集下的小图资源? 问题...
来源: Laya_社区 发布时间: 20170809
...xueying • 2016-12-13 22:05 问题1、如果你的显示对象是放到了timer计时器下进行移动旋转等操作,那么这时候该显示对象的getBounds值是不断变化的,你在计时器内setBounds,这时候值才是动态的,你在onload下只设置一次,肯定永远是这...
来源: Laya_社区 发布时间: 20161211
...相关的链接 提交 4 个回复 cuixueying 赞同来自: peterz3g Laya.timer.once(500,this,this.onLoopOnce); } private onLoopOnce():void { this.mypan.vScrollBar.on(Laya.Event.CHANGE, this, this.fitDOMElements_scroll); }加个延迟再看下! 2017-07-20 1 1 分享 微博 QZONE 微信 peterz3g ...
来源: Laya_社区 发布时间: 20170720
...显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Numbe...
来源: Laya2.0_api 发布时间: 20190513
...caleX scaleY scene scrollRect skewX skewY source stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender ...
来源: Laya3.0_api 发布时间: 20231115
...nLookAt(dir,Vector3.Up,out); Quaternion.slerp(transform.rotation,out, Laya.timer.delta/1000,out1); transform.rotation = out1; transform.translate(v3) 附件中是unity的效果 2018-07-26 添加评论 已悬赏5元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180726