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

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

2031. 新手常见问题:配置环境之后点击运行报错、黑屏(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 45%]

...配置FB的编译环境,环境配置后点击应用-运行报错,如图1所示: ​ ![blob.png](img/1.png) ​ (图1) **原因:** ​ 报错是由于代码中引入原生Flash AS3的API和继承原生AS3的Sprite导致。LayaAir引擎支持Flash AS3语言的基础语法,但不支持原...

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

2032. 跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 [ 45%]

...d property 'width' of null     at Function.Texture._create (laya.core.js:15946)     at Texture.__proto._onLoaded (laya.core.js:15750)     at EventHandler.__proto.runWith (laya.core.js:1410)     at ResInfo.__proto.event (laya.core.js:1166)     at LoaderManager.__proto._endLoad (laya.core.js...

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

2033. LayaAir 2.0 微信排行榜 离屏画布不能直接附加到组件纹理上 [ 45%]

...e.graphics.drawTexture(texture)   B:backImage.texture = texture     1.7版本可以直接把共享画布赋值给组件纹理,2.0不行(A,B两种方法) 报如下错误:   value._addReference is not a function   请问现在2。0该如何处理? 附件 : --> 2018-10-01 添加评...

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

2034. 舞台旋转问题 [ 45%]

...问题 我new sprite 然后 添加一个list 然后 sprite设置rotation = 180 那么你滑动list就是反向的了 你给我的连接 那个例子 角度 不是180根本发现不了问题 如果你把sprite的rotation设置成90 那么上下滑动本动不了 希望修复这个bug 因为我们有...

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

2035. LayaFlash getQualifiedClassName和组件定义问题 [ 45%]

LayaFlash getQualifiedClassName和组件定义问题 1.flash.utils.getQualifiedClassName; 现有一个rect_mc, flash库的中链接类名为:Rect, 尝试.getQualifiedClassName(rect_mc)得到的是"iflash.display::MovieClip"而不是"Rect".虽说不支持链接类,但是很多时候写这个类名...

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

2036. LayaAir3D中的Transform变换(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 45%]

...tate`,还一种是欧拉角旋转`localRotationEuler:Vector3`。 ![](img/1.png)(图1) ​ 为了方便观察效果节选了官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Sprite3D&name=TransformDemo))代码,首先我们 **克隆** 两个猴子...

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

2037. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 44%]

...sCustomCollisionCallback Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.SHAPEORIENTATION_UPX Defined in laya/d3/physics/shape/ColliderShape.ts:14 形状方向_X轴正向 Static SHAPEORIENTATION_U...

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

2038. LayaAir3D中的Transform变换(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 44%]

...tate`,还一种是欧拉角旋转`localRotationEuler:Vector3`。 ![](img/1.png)(图1) ​ 为了方便观察效果节选了官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Sprite3D&name=TransformDemo))代码,首先我们 **克隆** 两个猴子...

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

2039. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 44%]

...ht TypeError: ProgressBar is not a constructor at onLoadComplete (game.js:81) at Handler.__proto.runWith (laya.core.js:686) at ResInfo.loadComplete (laya.core.js:12634) at EventHandler.__proto.runWith (laya.core.js:687) at ResInfo.__proto.event (laya.core.js:465) at LoaderManager.__proto._endLoad (l...

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

2040. 层级管理器(ActionScript-IDE篇(AS3)-设计模式基础) [ 44%]

...的组件都将在`层级管理器`中以层级结构进行展现。 ### 1、层级结构 #### 1.1 根级 除非在创建UI页面时选择Dialog,否则,无论是UI还是动画,根级都是View,ID为1。如图1所示。 ![图1](img/1.png) (图1) #### 1.2 多层嵌套 层级管理器中允许...

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