大约有 5,532 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0153 秒)
Laya_社区(4863) Laya2.0_文档(405) Laya3.0_文档(161) Laya3.0_api(23) Laya2.0_api(22) Laya_示例(21) laya_api(19) Laya2.0_示例(18)
...正常运行,但是构建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
ECS-系统:组件脚本的内置方法1、脚本内置方法概述2、生命周期方法2.1 全部的生命周期方法列表2.2 在代码中使用生命周期方法3、什么是事件方法3.1 物理事件3.2 鼠标事件3.3 键盘事件ECS-系统:组件脚本的内置方法 Author:Charley ...
来源: Laya3.0_文档 发布时间: 20251010
... 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 bindBoneBoneSlo...
来源: Laya3.0_api 发布时间: 20231115
...式下使用renderTarget缓存。 webgl下renderTarget缓存模式有最大2048大小限制,会额外增加内存开销,不断重绘时开销比较大,但是会减少drawcall,渲染性能最高。 webgl下命令缓存模式只会减少节点遍历及命令组织,不会减少drawcall,性...
来源: laya_api 发布时间: 20170422
...erDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByInd...
来源: Laya3.0_api 发布时间: 20231115
...rcle(0, 0, 50, "#ff0000"); Laya.stage.addChild(a); a.size(100, 100); a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void { console.log("touch a"); } 因为需要将mouseThrough=true才可以,蛋疼的api描叙你能...
来源: Laya_社区 发布时间: 20161109
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
...l='box1'><abc label='child1'/><abc label='child2'/><abc label='child3'/><abc label='child4'/><abc label='child5'/></item><item label='box2'><abc label='child1'/><abc label='c...
来源: Laya3.0_api 发布时间: 20231115
...,请问有人能看出来的什么原因吗? 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 :48 Report t...
来源: Laya_社区 发布时间: 20180814
...网格信息。 bg.width = 150;//设置 bg 对象的宽度。 bg.height = 250;//设置 bg 对象的高度。 Laya.stage.addChild(bg);//将此 bg 对象添加到显示列表。 var image:Image = new Image("resource/ui/image.png");//创建一个 Image 类的实例对象 image ,并传入它的皮肤。...
来源: Laya3.0_api 发布时间: 20231115