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

大约有 2,612 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0056 秒)

2391. 新手,从unity导出地形的问题 [ 48%]

...题的说明 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 event自定义事件的问题 官方新手游戏引导示例中关于hit和unHit的使用疑问 问题状态 最新活动: 2017-12-05 12:12 浏览: 1682 关注: 2 人 Monica • 2017-12-05 11:56 刚看了下你是在代码中...

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

2392. 执行回调函数时报is not a function [ 48%]

...?什么情况? 资源加载后的 回调 layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但写了不执行。 问题状态 最新活动: 2017-06-23 11:57 浏览: 1683 关注: 2 人 wwxinqq • 2017-06-22 18:16 我重新编辑了问题。在开始我加了问题重现的说明...

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

2393. stage.height获取高度有bug吗 [ 48%]

... 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 1.7.20beta有bug,帧属性面板打不开 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 如何获取一个3D模型的长宽高? La...

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

2394. 高级应用-寻路导航 [ 48%]

...orm.rotate(new Laya.Vector3(-45, 180, 0), true, false); Laya.stage.on(Laya.Event.MOUSE_UP, this, function () { this.index = 0; //获取每次生成路径 this._everyPath = pathFingding.findPath(this.path[this.curPathIndex % this.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this...

来源: Laya_示例 发布时间: 20241129

2395. Laya List给子元素添加事件后,滚动事件被劫持了 [ 48%]

... = 155; list.loadImage('xxx.png'); //此处无论是这样给 list.on(Laya.Event.CLICK, this, () => { console.log(413132131) }) //还是在handler中去渲染,都会滚动不了 txArray.push(list);} storeTxList.array = txArray;   Laya.stage.addChild(storeTxList);     悬赏找大神看问题...

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

2396. 有时候加载一大堆资源的时候某个个别图片资源加载失败如何处理 [ 48%]

...    * <p>加载资源。资源加载错误时,本对象会派发 Event.ERROR 事件,事件回调参数值为加载出错的资源地址。</p>          * <p>因为返回值为 LoaderManager 对象本身,所以可以使用如下语法:Laya.loader.load(...).load(...);...

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

2397. laya.device.motion.Accelerator [ 48%]

...ckagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationInclu...

来源: laya_api 发布时间: 20170929

2398. H5页面的骨骼动画不能显示完整,兼容性问题? [ 48%]

...this.fishIndex]; this.mFactory = new Laya.Templet(); this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.mFactory.loadAni(aniPath); } // 动画解析完成,添加到舞台,并且开始swim parseComplete(): void { this.mArmature = this.mFactory.buildArmature(0); this.mArmature.x =...

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

2399. 微信小游戏渲染开放域卡顿处理 [ 48%]

...onstructor() {             super();             this.once(Laya.Event.DISPLAY, this, this.onCreate);             this.once(Laya.Event.UNDISPLAY, this, this.onDestroy);         }         /**          * 加入场景          */         protected onCreate(): void ...

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

2400. laya.d3.core.pixelLine.PixelLineRenderer [ 48%]

...Classpublic class PixelLineRendererInheritancePixelLineRenderer BaseRender EventDispatcher Object PixelLineRenderer 类用于线渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By bounds : Bounds[read-only] 获取包围盒,只读,不...

来源: Laya2.0_api 发布时间: 20190513