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

大约有 3,269 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0080 秒)

281. TiledMap,mapLayer追加精灵无法显示,已参考完已有问题解答,无法解决 [ 85%]

...将其他3个mapLayer(1,2,4)设置不可见,也确定从stage->sprite->mapLayer(第三个)->sprite都设置为可见,黑色是 Laya.stage.bgColor 环境是1.7.10beta   附件 : --> 2017-09-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

282. layaNative偶尔闪退 [ 85%]

...候发现都是在下面这段代码上面报错:  0x1000454c0 <+284>: cbz    x0, 0x1000454e0           ; <+316> at JCConchRender.cpp:395  0x1000454c4 <+288>: ldr    x8, [x0] ->  0x1000454c8 <+292>: ldr    x8, [x8, #0x10]          Thread 1:EXC_BAD_ACCE...

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

283. LayaAir开发笔记(1)五十音图连连看 [ 85%]

...理解不了请先去w3school学些一般基础知识。<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>五十音图对对碰</title> </head> <body bgcolor="gainsboro"> </body> <script src="libs/laya.core.js"></script> &...

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

284. LAYA的AS3项目碰见个问题,求解 [ 85%]

...eneWidth="100" sceneHeight="20" sceneColor="#000000" editorInfo="compId=1">    <Text y="0" x="0" var="txts" text="text" fontSize="12" editorInfo="compId=2"/> </View>   mytexts.as: public class myTexts extends myTextsUI        public function myTexts()         {      ...

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

285. laya.d3.math.BoundBox [ 85%]

...t:*):void 克隆。 BoundBox  createfromPoints(points:Vector.<Vector3>, out:BoundBox):void[static] 从顶点生成包围盒。 BoundBox  getCenter(out:Vector3):void 获取中心点。 BoundBox  getCorners(corners:Vector.<Vector3>):void 获取包围盒的8个角顶点。 BoundBox ...

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

286. LayaIDE运行正常,微信开发者工具加载FairyGUI官方库文件报错 [ 85%]

...not read property 'charAt' of undefined at Object.Laya.init (<anonymous>:23:7239) at new t (<anonymous>:41:2251) at <anonymous>:41:2762 at require (<anonymous>:206:5799) at <anonymous>:206:5548 at <anonymous>:47:323 at require (<anonymous>:206:5799) at <a...

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

287. 不能import ui [ 85%]

...会自动改回来的 <!--用户自定义顺序文件添加到这里-->     <!--jsfile--Custom-->     <script src="js/ui/layaUI.max.all.js"></script>     <!--jsfile--Custom-->//放到这里? 2017-06-25 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

288. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 85%]

...pe=default assembleHap --analyze=normal --parallel --incremental --daemon > hvigor UP-TO-DATE :entry:default@PreBuild... > hvigor UP-TO-DATE :libSysCapabilities:default@PreBuild... > hvigor Finished :entry:default@GenerateMetadata... after 3 ms > hvigor Finished :entry:default@PreCheckSy...

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

289. laya.d3.renderobjs.nativeobj.NativeSceneRenderManager_API3.0 [ 85%]

...er Properties _customCullList _customCullList: SingletonList<BaseRender> = new SingletonList() Defined in laya/d3/RenderObjs/NativeOBJ/NativeSceneRenderManager.ts:13 _customUpdateList _customUpdateList: SingletonList<BaseRender> = new SingletonList() Defined in laya/d3/RenderObjs/NativeO...

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

290. 位图切片组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 85%]

...此方法只执行一次 onAwake(): void { this.clip.pos(Laya.stage.width >> 1, Laya.stage.height >> 1); // 位置 this.clip.skin = "atlas/comp/clip_num.png"; // 皮肤 this.clip.interval = 1000; // 切片动画的播放时间间隔1000毫秒 this.clip.clipX = 10; // 切片x轴数量 thi...

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