• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,702 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0058 秒)

1591. laya.ui.Tree_API3.0 [ 45%]

...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

1592. 没有预加载的图片怎么获取width和height ? [ 45%]

...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

1593. 组件属性的代码使用 · LayaAir3.3 · 引擎文档 · LAYABOX [ 45%]

...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

1594. unity 1.7.13.3插件(unity版本5.6.3、2017.1)+1.7.13库,载入lh文件报错 [ 45%]

....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

1595. 摄像机的viewportPointToRay报错 [ 45%]

...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

1596. 正交相机要怎么控制啊,坐标什么的全部懵!看了这个官方示例表示不懂,为什么还要转化为2D坐标? [ 45%]

...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

1597. ScrollRect设置会引起其他的UI资源无法正在显示 [ 44%]

...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

1598. Laya.loader.create中的progress回调好像不准确? [ 44%]

...缓存文件 2.0好像去掉了合并批次 怎么停止正在运行Laya.timer.frameLoop的回调函数 Skeleton 类播放完成一遍后有没事件或者回调 执行回调函数时报is not a function 问题状态 最新活动: 2018-03-21 10:33 浏览: 811 关注: 2 人 jinfawu • 2018-03-21 10:...

来源: Laya_社区 发布时间: 20180321

1599. Laya+Matter导出wx小程序碰到的问题 [ 44%]

...?~~~~~~~~~~~~~ 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 laya2.2 导出场景物理碰撞问题 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2018-09-06 12:23 浏览: 1395 关注: 3 人 Jerry • 2018-06-29 09:05 没错,...

来源: Laya_社区 发布时间: 20180628

1600. 微信小游戏中开放域(子域)只支持使用 2D 渲染模式,导致主域(用Laya.WebGL模式渲染)卡顿,如何解决? [ 44%]

...效果(把滤镜效果注释还是会卡顿). 游戏逻辑是每帧(Laya.timer.frameLoop)变化. 游戏中(主域)有类似飞机跑道的效果, 主要是感觉跑道非常卡! speed=1的时候还好一些, 一旦速度增加, 就会卡顿. 版本号: 1.7.20.1beta 语言: JS 2018-08-29 添加...

来源: Laya_社区 发布时间: 20180829