大约有 1,702 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0058 秒)
Laya_社区(1360) Laya3.0_api(81) Laya2.0_api(74) laya_api(69) Laya2.0_文档(43) Laya_示例(36) Laya2.0_示例(20) Laya3.0_文档(19)
...tedPath skewX skewY source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url viewport visible width x xml y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender...
来源: Laya3.0_api 发布时间: 20231115
...getGraphicBounds().width,older.getGraphicBounds().height); // Laya.timer.loop(1,this,showlog); } 2017-09-01 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 通过getBounds获取图片的宽高 2017-01-18 0 10 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20170118
...te rotation: Laya.Vector3 = new Laya.Vector3(0, 0.01, 0); onStart() { Laya.timer.frameLoop(1, this, ()=> { this.cube.transform.rotate(this.rotation, false); }); } } 效果如动图1-4所示: (动图1-4) 1.3 3D节点的进阶使用 @property( { type :Laya.Sprite3D } ) //节点类型 public p...
来源: Laya3.0_文档 发布时间: 20251010
....js:22823) at Animator.__proto._updateAnimtionPlayer (laya.d3.js:22608) at TimerHandler.__proto.run (laya.core.js:9504) at Timer.__proto._update (laya.core.js:9237) at Stage.__proto.render (laya.core.js:17832) at Stage.__proto._loop (laya.core.js:17790) at __proto._enterFrame (laya.core.js:5238) wox...
来源: Laya_社区 发布时间: 20180115
...file:///D:/ycz/worklaya/work/Pamm/pamm_laya/bin/js/bundle.js:705:14) at TimerHandler.__proto.run (file:///D:/ycz/worklaya/work/Pamm/pamm_laya/bin/libs/laya.core.js:9083:45) at Timer.__proto._update (file:///D:/ycz/worklaya/work/Pamm/pamm_laya/bin/libs/laya.core.js:8821:16) 2019-04-16 添加...
来源: Laya_社区 发布时间: 20190416
...ord(translate, translate); layaMonkey.transform.position = translate; Laya.timer.frameLoop(1, this, function () { layaMonkey.transform.rotate(rotation); }); }); Laya.stage.on(Laya.Event.RESIZE, null, function () { camera.orthographicVerticalSize = Laya.RenderState.clientHeight; }); 2017-08-08 0 0 ...
来源: Laya_社区 发布时间: 20170807
...id { trace("[TestView.StartMove]") // TODO Auto Generated method stub Laya.timer.loop(100,this,UpdatePath,[len]); } private function UpdatePath(len:int):void { // TODO Auto Generated method stub var show:int = len -1; for(var i=0;i<len;i++){ if(arr[i]){ arr[i].x+= speed; if(arr[i].x>= show* PA...
来源: Laya_社区 发布时间: 20171113
...缓存文件 2.0好像去掉了合并批次 怎么停止正在运行Laya.timer.frameLoop的回调函数 Skeleton 类播放完成一遍后有没事件或者回调 执行回调函数时报is not a function 问题状态 最新活动: 2018-03-21 10:33 浏览: 811 关注: 2 人 jinfawu • 2018-03-21 10:...
来源: Laya_社区 发布时间: 20180321
...?~~~~~~~~~~~~~ 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 laya2.2 导出场景物理碰撞问题 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2018-09-06 12:23 浏览: 1395 关注: 3 人 Jerry • 2018-06-29 09:05 没错,...
来源: Laya_社区 发布时间: 20180628
...效果(把滤镜效果注释还是会卡顿). 游戏逻辑是每帧(Laya.timer.frameLoop)变化. 游戏中(主域)有类似飞机跑道的效果, 主要是感觉跑道非常卡! speed=1的时候还好一些, 一旦速度增加, 就会卡顿. 版本号: 1.7.20.1beta 语言: JS 2018-08-29 添加...
来源: Laya_社区 发布时间: 20180829