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

大约有 2,299 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0106 秒)

521. LayaAir3D坐标系统(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 80%]

...LayaAir 3D引擎坐标用专业术语来说属于 **右手坐标系**(图1),简单来说来,屏幕向观察者方向为正Z轴方向(屏幕后方向为负Z轴方向),屏幕右侧为X轴正方向,上方为Y轴正方向。有的3D引擎属于左手坐标系,在此不作介绍,有兴...

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

522. laya.map.GridSprite [ 80%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  aniSpriteArray : Array当前GRID包含的动画GridSprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false...

来源: laya_api 发布时间: 20170929

523. 项目-界面中新建的文件夹.导出后不能同步到代码里面? [ 80%]

...目-界面中新建的文件夹.导出后不能同步到代码里面? 2018-02-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 能具体说一下你的操作么 2018-02-01 0 2 分享 微博 Q...

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

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

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

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

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

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

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

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

529. 关于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

530. 3D变换 · LayaAir3.4 · 引擎文档 · LAYABOX [ 79%]

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

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