大约有 5 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0019 秒)
...码,即完成小游戏适配库的引入。 ```java import laya.wx.mini.MiniAdpter; ``` #### 3、初始化小游戏适配库 老项目由于在建立的时候,并没有在项目入口对适配库进行初始化,所以,为了保障成功发布微信小游戏版本,我们必须要在游戏...
来源: Laya2.0_文档 发布时间: 20210714
...处理**,也就是本地包白名单机制。如下例所示: ```json MiniAdpter.nativefiles = [ "wxlocal", "res/atlas/houzi.atlas", "res/atlas/houzi.png", "common/tishi.png", "common/bg.png", "ui.json", "newLb/bg031.png" ]; ``` **只要是MiniAdpter.nativefiles里存在的目录名或文件,...
来源: Laya2.0_文档 发布时间: 20210715
...ull,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 Laya.MiniAdpter.sendJsonDataToDataContext("json/reward.json"); })); } ``` #### 子域部分节选: 该部分代码源自...
来源: Laya2.0_文档 发布时间: 20210715
...ull,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 Laya.MiniAdpter.sendJsonDataToDataContext("json/reward.json"); })); } ``` #### 子域部分节选: 该部分代码源自...
来源: Laya2.0_文档 发布时间: 20210715
...ate(this,function(){ //加载完成 //使用接口将图集透传到子域 MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将json投促函到子域 MiniAdpter.sendJsonDataToDataContext("json/reward.json"); })); } ``` #### 子域部分节选: 该部分代码源自于2.0....
来源: Laya2.0_文档 发布时间: 20210715