大约有 3,269 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0080 秒)
...将其他3个mapLayer(1,2,4)设置不可见,也确定从stage->sprite->mapLayer(第三个)->sprite都设置为可见,黑色是 Laya.stage.bgColor 环境是1.7.10beta 附件 : --> 2017-09-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170918
...候发现都是在下面这段代码上面报错: 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
...理解不了请先去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
...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
...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
...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
...会自动改回来的 <!--用户自定义顺序文件添加到这里--> <!--jsfile--Custom--> <script src="js/ui/layaUI.max.all.js"></script> <!--jsfile--Custom-->//放到这里? 2017-06-25 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20170625
...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
...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
...此方法只执行一次 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