大约有 3,286 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0098 秒)
Laya_社区(2693) Laya2.0_文档(206) Laya_示例(157) Laya2.0_示例(119) Laya3.0_api(72) Laya3.0_文档(19) laya_api(11) Laya2.0_api(9)
...rivate var dialog:Dialog_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。...
来源: Laya3.0_api 发布时间: 20231115
...Handler; public class List_Example { public function List_Example() { Laya.init(640, 800, "false");//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vsc...
来源: Laya3.0_api 发布时间: 20231115
...ublic class TextInput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 }...
来源: Laya3.0_api 发布时间: 20231115
... public class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private functi...
来源: Laya3.0_api 发布时间: 20231115
...nected on socket fd 24 value 2 01-06 17:34:41.531 714 1765 I C01406/WRAP: [InitBufferhandle@sprd_allocator.cpp:148] buffer handle size 10479616, width 1080, height 2408, stride 4352, fd 8, format: <private>, phy 0x0, usage 0xb, viraddr 0x0000000000000000 01-06 17:34:41.531 902 1210 I C01401/Bu...
来源: Laya_社区 发布时间: 20250106
...Handler; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resour...
来源: Laya3.0_api 发布时间: 20231115
...7d6d80 04-11 11:17:08.951 8591-8591/? E/0﹕ ==============Java流程 InitMainCanvas() 04-11 11:17:08.951 8591-8591/? E/LayaConch5﹕ plugin-----------------EngineStart() = /data/user/0/com.mygame.laya/cache//LayaCache/localstorage 04-11 11:17:08.951 8591-8591/? I/LayaBox﹕ localStor...
来源: Laya_社区 发布时间: 20170411
...t; var caller: any = this; this.pomelo.init({ host: this.mHost, port: this.mPort }, function (response: any): void { console.log("pomelo init:", response); if (response.code === 200) { c...
来源: Laya_社区 发布时间: 20161109
...lang.reflect.Method.invoke(Native Method) 6 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888) 7 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:749) #475 ReferenceQueueDaemon 1 java.lang.Object.wait(Native Method) 2 java.lang.Daemons$ReferenceQueueDaemon....
来源: Laya_社区 发布时间: 20191030
...Sprite3D = new MeshTerrainSprite3D(mesh, null, name); meshTerrainSprite3D._initCreateFromMeshHeightMap(texture, minHeight, maxHeight); return meshTerrainSprite3D; } mesh:整个地形的网络数据 texture:是地形高度图 minHeight:最低高度 maxHeight: 最高高度 最终得到 MeshTer...
来源: Laya3.0_文档 发布时间: 20230303