大约有 5,491 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0173 秒)
Laya_社区(4920) Laya2.0_文档(348) Laya3.0_文档(119) Laya_示例(24) Laya3.0_api(23) Laya2.0_api(21) laya_api(19) Laya2.0_示例(17)
...r Overrides Resource.__constructor Defined in laya/ani/AnimationTemplet.ts:127 Returns Templet Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 aniSectionDic aniSectionDic: any Defined in laya/ani/bone/Templet.ts:76 bindBoneBoneSlotDic bindBoneBoneSl...
来源: Laya3.0_api 发布时间: 20231115
...正常运行,但是构建app用androidstudio打开就不行了。 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0x7c 2019-03-15 08:45:13.438 8214-8265/c...
来源: Laya_社区 发布时间: 20190315
...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容...
来源: laya_api 发布时间: 20170422
...rial.constructor Defined in laya/d3/core/material/SkyProceduralMaterial.ts:151 创建一个 SkyProceduralMaterial 实例。 Returns SkyProceduralMaterial Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: bool...
来源: Laya3.0_api 发布时间: 20231115
...ir.so 总是崩溃,请问有人能看出来的什么原因吗? 08-14 10:57:48.464 22228-22354/? I/LayaBox: JSRuntime::callMethod {} 08-14 10:57:48.470 22228-22268/? I/System: core_booster, getBoosterConfig = true 08-14 10:57:48.523 2977-2977/? E/Thermal-daemon: [ap] temp_new :49 temp_old ...
来源: Laya_社区 发布时间: 20180814
.../创建一个 Image 类的实例对象 bg ,并传入它的皮肤。 bg.x = 100;//设置 bg 对象的属性 x 的值,用于控制 bg 对象的显示位置。 bg.y = 100;//设置 bg 对象的属性 y 的值,用于控制 bg 对象的显示位置。 bg.sizeGrid = "40,10,5,10";//设置 bg 对象的...
来源: Laya3.0_api 发布时间: 20231115
...一个 Dialog_Instance 类的实例对象 dialog。 dialog.dragArea = "0,0,150,50";//设置 dialog 的拖拽区域。 dialog.show();//显示 dialog。 dialog.closeHandler = new Handler(this, onClose);//设置 dialog 的关闭函数处理器。 } private function onClose(name:String):void { if (name ...
来源: Laya3.0_api 发布时间: 20231115
...树结构数据。 xmlString = "<root><item label='box1'><abc label='child1'/><abc label='child2'/><abc label='child3'/><abc label='child4'/><abc label='child5'/></item><item label=...
来源: Laya3.0_api 发布时间: 20231115
3D寻路一、概述二、A*寻路2.1 A*算法2.2 A*代码中使用2.3 地形数据导入2.4 获得最短路径三、地形处理3.1 高度图3.2 网格地形3D精灵 MeshTerrainSprite3D3.3 更新世界矩阵3.4 得到整数的网格索引3.5 得到世界坐标系下的真实坐标3.6 初始化目...
来源: Laya3.0_文档 发布时间: 20230303
... 密码:asau 正文【不分功能和吐槽顺序,写随心生】: 1.mouseEnabled sprite我在原地画了个圆为什么只有右下区域能点击,明明设置了mouseEnabled=true,设置了size了呢?虽然官方的文档说明里有介绍,真心很多不细看的人压根不知道,...
来源: Laya_社区 发布时间: 20161109