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

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

501. 3D变换 · LayaAir3.0文档 · LAYABOX [ 79%]

3D变换1. 平移变换2. 旋转变换2.1 rotate()2.2 localRotationEuler()3. 缩放变换4. 其它变换5. 局部空间与世界空间6. 3D世界中的子父关系3D变换 在前面《3D概念入门》讲过了LayaAir中的坐标系和几个基础数学工具,这些基础概念的一个重要应...

来源: Laya3.0_文档 发布时间: 20241014

502. 陀螺仪与加速计(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 79%]

...ionInfo。本节将详细描述laya.device.motion API的相关内容。 ## 1、陀螺仪 ​ `Gyroscope`通过`change`事件对设备方向改变进行监听。该事件有两个回调参数: - `absolute` —— 如果设备提供的方位是基于设备坐标系统和地球坐标系统间的差...

来源: Laya2.0_文档 发布时间: 20210714

503. Uncaught TypeError: Cannot read property '_tf' of null [ 79%]

... read property '_tf' of null 一直在报这样一个错误 附件 : --> 2016-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 nieyiwei 赞同来自: private var _guideImage:Image;   public function main():vo...

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

504. 在2.0里如何调用在编辑模式下创建的对话框 [ 79%]

...irstDialog.scene的内容如下: { "x":0, "type":"Dialog", "selectedBox":1, "selecteID":3, "props":{"width":640,"sceneColor":"#000000","height":480}, "nodeParent":-1, "label":"Dialog", "isOpen":true, "isDirectory":true, "isAniNode":true, "hasChild":true, "compId":1, "child":[ { "x":15, "type":"Ima...

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

505. laya.display.EffectAnimation_API3.0 [ 79%]

...rides AnimationBase.constructor Defined in laya/display/FrameAnimation.ts:31 Returns EffectAnimation Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya...

来源: Laya3.0_api 发布时间: 20231115

506. 关于3d项目中component的问题 [ 79%]

...t.__super.prototype._update.call(this, state); if (this.owner) { this.x += 1; var translate = new Laya.Vector3(this.x, 500, 0); Laya.Utils3D.convert3DCoordTo2DScreenCoord(translate, convertTranslate); this.owner.transform.localPosition = convertTranslate; } } }()); 2016-11-26 添加评论 免费帖 ...

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

507. 如何在代码中new Poly [ 79%]

...rea = new Laya.HitArea(); this.imgExpedition.hitArea = dd; dd.hit.drawRect(174, 123, 210, 230, "#000000"); dd.unHit.clear(); dd.unHit.drawRect(0, 0, 174, 123, "#000000"); }) 2018-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

508. 怎么像canvas那样做到每次循环去清空一次画布,我发现每次画的时候他会把上一次的坐标也画出来,导致变形了,该如何让他每次累加的同时清空上次的路径 [ 79%]

...; bg.loadImage("comp/hunter.jpg"); this.addChild(bg); Laya.timer.frameLoop(1,this,this.move); // drawSomething(); } move() { sp = new Laya.Sprite(); Laya.stage.addChild(sp); //画曲线 if(x<100){ x++; } sp.graphics.clear(); sp.graphics.drawCurves(10, 58, [x, 0, 19, -100, 39, 0], "#ff0000", 3); }...

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

509. laya.ui.OpenDataContextView_API3.0 [ 79%]

...verrides UIComponent.constructor Defined in laya/ui/OpenDataContextView.ts:13 Returns OpenDataContextView Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in...

来源: Laya3.0_api 发布时间: 20231115

510. laya.ui.LayoutBox_API3.0 [ 79%]

... _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited...

来源: Laya3.0_api 发布时间: 20231115