mirror of
https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git
synced 2026-04-22 01:35:56 +08:00
Auto-publish pre-release WXSDK.
This commit is contained in:
parent
2c7cc3273e
commit
75d6681268
@ -428,11 +428,11 @@ namespace WeChatWASM
|
||||
bool showEnableGLX2022Plugin = config.CompileOptions.enableEmscriptenGLX && IsCompatibleWithUnity202203OrNewer();
|
||||
|
||||
var glx2022Importer = AssetImporter.GetAtPath(glLibs[0]) as PluginImporter;
|
||||
#if PLATFORM_WEIXINMINIGAME
|
||||
#if PLATFORM_WEIXINMINIGAME
|
||||
glx2022Importer.SetCompatibleWithPlatform(BuildTarget.WeixinMiniGame, showEnableGLX2022Plugin);
|
||||
#else
|
||||
#else
|
||||
glx2022Importer.SetCompatibleWithPlatform(BuildTarget.WebGL, showEnableGLX2022Plugin);
|
||||
#endif
|
||||
#endif
|
||||
SetPluginCompatibilityByModifyingMetadataFile(glLibs[0], showEnableGLX2022Plugin);
|
||||
}
|
||||
|
||||
@ -441,11 +441,11 @@ namespace WeChatWASM
|
||||
bool showEnableGLX2021Plugin = config.CompileOptions.enableEmscriptenGLX && IsCompatibleWithUnity202102To202203();
|
||||
|
||||
var glx2021Importer = AssetImporter.GetAtPath(glLibs[1]) as PluginImporter;
|
||||
#if PLATFORM_WEIXINMINIGAME
|
||||
#if PLATFORM_WEIXINMINIGAME
|
||||
glx2021Importer.SetCompatibleWithPlatform(BuildTarget.WeixinMiniGame, showEnableGLX2021Plugin);
|
||||
#else
|
||||
#else
|
||||
glx2021Importer.SetCompatibleWithPlatform(BuildTarget.WebGL, showEnableGLX2021Plugin);
|
||||
#endif
|
||||
#endif
|
||||
SetPluginCompatibilityByModifyingMetadataFile(glLibs[1], showEnableGLX2021Plugin);
|
||||
}
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ namespace WeChatWASM
|
||||
{
|
||||
public class WXPluginVersion
|
||||
{
|
||||
public static string pluginVersion = "202601121130"; // 这一行不要改他,导出的时候会自动替换
|
||||
public static string pluginVersion = "202601211217"; // 这一行不要改他,导出的时候会自动替换
|
||||
}
|
||||
|
||||
public class WXPluginConf
|
||||
|
||||
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0256097e850f342902ac69495097959b
|
||||
guid: 0830a5f2c33adb11bacd3f600a6bac2f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -3410,7 +3410,7 @@
|
||||
需要基础库: `2.10.0`
|
||||
小程序版本
|
||||
可选值:
|
||||
- 'develop': 开发版;
|
||||
- 'develop': 开发版,提交代码审核时默认使用开发版进行审核。;
|
||||
- 'trial': 体验版;
|
||||
- 'release': 正式版;
|
||||
</summary>
|
||||
@ -3588,6 +3588,14 @@
|
||||
<member name="F:WeChatWASM.DeviceInfo.platform">
|
||||
<summary>
|
||||
客户端平台
|
||||
可选值:
|
||||
- 'ios': iOS微信(包含 iPhone、iPad);
|
||||
- 'android': Android微信;
|
||||
- 'ohos': HarmonyOS 手机端微信;
|
||||
- 'ohos_pc': HarmonyOS PC微信;
|
||||
- 'windows': Windows微信;
|
||||
- 'mac': macOS微信;
|
||||
- 'devtools': 微信开发者工具;
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.DeviceInfo.system">
|
||||
@ -3595,6 +3603,16 @@
|
||||
操作系统及版本
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.DirectAdStatusInfo.isInDirectGameAd">
|
||||
<summary>
|
||||
当前是否处于直接广告中
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.DirectAdStatusInfo.isInMask">
|
||||
<summary>
|
||||
当前是否处于蒙层阶段
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.EnterOptionsGame.apiCategory">
|
||||
<summary>
|
||||
需要基础库: `2.20.0`
|
||||
@ -3661,6 +3679,11 @@
|
||||
直播间 id
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.LaunchOptionsGame.hostExtraData">
|
||||
<summary>
|
||||
宿主传递的数据,第三方 app 中运行小游戏时返回
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.LaunchOptionsGame.query">
|
||||
<summary>
|
||||
启动小游戏的 query 参数
|
||||
@ -3691,6 +3714,11 @@
|
||||
shareTicket,详见[获取更多转发信息](#)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.HostExtraData.host_scene">
|
||||
<summary>
|
||||
宿主app对应的场景值
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.ClientRect.bottom">
|
||||
<summary>
|
||||
下边界坐标,单位:px
|
||||
@ -3887,7 +3915,8 @@
|
||||
可选值:
|
||||
- 'ios': iOS微信(包含 iPhone、iPad);
|
||||
- 'android': Android微信;
|
||||
- 'ohos': HarmonyOS微信;
|
||||
- 'ohos': HarmonyOS 手机端微信;
|
||||
- 'ohos_pc': HarmonyOS PC微信;
|
||||
- 'windows': Windows微信;
|
||||
- 'mac': macOS微信;
|
||||
- 'devtools': 微信开发者工具;
|
||||
@ -5710,22 +5739,22 @@
|
||||
预告状态:0可用 1取消 2已用
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.cloudID">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.cloudID">
|
||||
<summary>
|
||||
敏感数据对应的云 ID,开通[云开发](https://developers.weixin.qq.com/minigame/dev/wxcloud/basis/getting-started.html)的小程序才会返回,可通过云调用直接获取开放数据,详细见[云调用直接获取开放数据](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html#method-cloud)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.encryptedData">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.encryptedData">
|
||||
<summary>
|
||||
包括敏感数据在内的完整转发信息的加密数据,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.errMsg">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.errMsg">
|
||||
<summary>
|
||||
错误信息
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.iv">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.iv">
|
||||
<summary>
|
||||
加密算法的初始向量,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
|
||||
</summary>
|
||||
@ -5820,6 +5849,21 @@
|
||||
实验参数数组,不填则获取所有实验参数
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GameExptInfo.expt_id">
|
||||
<summary>
|
||||
实验ID,标识实验
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GameExptInfo.param_name">
|
||||
<summary>
|
||||
参数名称
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GameExptInfo.param_value">
|
||||
<summary>
|
||||
参数值
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetGroupEnterInfoOption.allowSingleChat">
|
||||
<summary>
|
||||
需要基础库: `3.7.8`
|
||||
@ -5941,6 +5985,67 @@
|
||||
本机局域网子网掩码,基础库 2.24.0 开始支持
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.altitude">
|
||||
<summary>
|
||||
需要基础库: `1.6.0`
|
||||
传入 true 会返回高度信息,由于获取高度需要较高精确度,会减慢接口返回速度
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.highAccuracyExpireTime">
|
||||
<summary>
|
||||
需要基础库: `2.9.0`
|
||||
高精度定位超时时间(ms),指定时间内返回最高精度,该值3000ms以上高精度定位才有效果
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.isHighAccuracy">
|
||||
<summary>
|
||||
需要基础库: `2.9.0`
|
||||
开启高精度定位
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.type">
|
||||
<summary>
|
||||
wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.accuracy">
|
||||
<summary>
|
||||
位置的精确度,反应与真实位置之间的接近程度,可以理解成10即与真实位置相差10m,越小越精确
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.altitude">
|
||||
<summary>
|
||||
需要基础库: `1.2.0`
|
||||
高度,单位 m
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.horizontalAccuracy">
|
||||
<summary>
|
||||
需要基础库: `1.2.0`
|
||||
水平精度,单位 m
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.latitude">
|
||||
<summary>
|
||||
纬度,范围为 -90~90,负数表示南纬
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.longitude">
|
||||
<summary>
|
||||
经度,范围为 -180~180,负数表示西经
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.speed">
|
||||
<summary>
|
||||
速度,单位 m/s
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.verticalAccuracy">
|
||||
<summary>
|
||||
需要基础库: `1.2.0`
|
||||
垂直精度,单位 m(Android 无法获取,返回 0)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetNetworkTypeSuccessCallbackResult.hasSystemProxy">
|
||||
<summary>
|
||||
需要基础库: `2.22.1`
|
||||
@ -6056,6 +6161,17 @@
|
||||
- itemSettings 只返回用户勾选过订阅面板中的“总是保持以上选择,不再询问”的订阅消息。
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetShareInfoOption.shareTicket">
|
||||
<summary>
|
||||
shareTicket,详见[获取更多转发信息](#)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetShareInfoOption.timeout">
|
||||
<summary>
|
||||
需要基础库: `1.9.90`
|
||||
超时时间,单位 ms
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetShowSplashAdStatusSuccessCallbackResult.code">
|
||||
<summary>
|
||||
封面广告组件展示状态码
|
||||
@ -6625,6 +6741,21 @@
|
||||
- 'landscapeReverse': 横屏反方向,以 HOME 键在屏幕左侧为反方向;
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OnDirectAdStatusChangeListenerResult.isEndByAbnormal">
|
||||
<summary>
|
||||
当前直玩广告是否由于异常流程而结束(如 下拉/搜索 进入正在直玩广告流程中的游戏)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OnDirectAdStatusChangeListenerResult.isInDirectGameAd">
|
||||
<summary>
|
||||
当前是否处于直接广告中
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OnDirectAdStatusChangeListenerResult.isInMask">
|
||||
<summary>
|
||||
当前是否处于蒙层阶段
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.ListenerError.message">
|
||||
<summary>
|
||||
错误信息,包含堆栈
|
||||
@ -7020,7 +7151,7 @@
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OpenChannelsUserProfileOption.finderUserName">
|
||||
<summary>
|
||||
视频号 id
|
||||
视频号id(参考格式为:sphcqO59YEPCvoe;查看路径为:微信客户端->我tab->视频号->右上角.->视频号名字-视频号ID)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OpenChatToolOption.chatType">
|
||||
@ -7340,6 +7471,32 @@
|
||||
自定义维度,基础库 v2.14.0 开始支持可选
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.FacialRecognitionError.errMsg">
|
||||
<summary>
|
||||
错误信息
|
||||
| 错误码 | 错误信息 | 说明 |
|
||||
| - | - | - |
|
||||
| 0 | 人脸识别成功 | |
|
||||
| 2002004 | 人脸识别失败 | |
|
||||
| 2002006 | 用户取消/超时/不同意,导致未完成人脸识别 | |
|
||||
| 2002007 | 本用户7天内人脸识别已通过,通过日期为XX | |
|
||||
| 2002008 | 本日已调起过人脸识别 | or本月调用次数已达上限 |
|
||||
| 2002009 | 无权限发起人脸识别 | |
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.FacialRecognitionError.errCode">
|
||||
<summary>
|
||||
错误码
|
||||
| 错误码 | 错误信息 | 说明 |
|
||||
| - | - | - |
|
||||
| 0 | 人脸识别成功 | |
|
||||
| 2002004 | 人脸识别失败 | |
|
||||
| 2002006 | 用户取消/超时/不同意,导致未完成人脸识别 | |
|
||||
| 2002007 | 本用户7天内人脸识别已通过,通过日期为XX | |
|
||||
| 2002008 | 本日已调起过人脸识别 | or本月调用次数已达上限 |
|
||||
| 2002009 | 无权限发起人脸识别 | |
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentOption.buyQuantity">
|
||||
<summary>
|
||||
购买数量。mode=game 时必填。购买数量。详见 [buyQuantity 限制说明](#buyQuantity限制说明)。
|
||||
@ -7725,7 +7882,7 @@
|
||||
</member>
|
||||
<member name="F:WeChatWASM.SetBackgroundFetchTokenOption.token">
|
||||
<summary>
|
||||
自定义的登录态
|
||||
自定义的登录态。上限 1024 字符。
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.SetClipboardDataOption.data">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 043cae49d488b3a6ed1f4004663aa736
|
||||
guid: 01dbec663a88541b8c1964475e98f0bf
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
Binary file not shown.
@ -3410,7 +3410,7 @@
|
||||
需要基础库: `2.10.0`
|
||||
小程序版本
|
||||
可选值:
|
||||
- 'develop': 开发版;
|
||||
- 'develop': 开发版,提交代码审核时默认使用开发版进行审核。;
|
||||
- 'trial': 体验版;
|
||||
- 'release': 正式版;
|
||||
</summary>
|
||||
@ -3588,6 +3588,14 @@
|
||||
<member name="F:WeChatWASM.DeviceInfo.platform">
|
||||
<summary>
|
||||
客户端平台
|
||||
可选值:
|
||||
- 'ios': iOS微信(包含 iPhone、iPad);
|
||||
- 'android': Android微信;
|
||||
- 'ohos': HarmonyOS 手机端微信;
|
||||
- 'ohos_pc': HarmonyOS PC微信;
|
||||
- 'windows': Windows微信;
|
||||
- 'mac': macOS微信;
|
||||
- 'devtools': 微信开发者工具;
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.DeviceInfo.system">
|
||||
@ -3595,6 +3603,16 @@
|
||||
操作系统及版本
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.DirectAdStatusInfo.isInDirectGameAd">
|
||||
<summary>
|
||||
当前是否处于直接广告中
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.DirectAdStatusInfo.isInMask">
|
||||
<summary>
|
||||
当前是否处于蒙层阶段
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.EnterOptionsGame.apiCategory">
|
||||
<summary>
|
||||
需要基础库: `2.20.0`
|
||||
@ -3661,6 +3679,11 @@
|
||||
直播间 id
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.LaunchOptionsGame.hostExtraData">
|
||||
<summary>
|
||||
宿主传递的数据,第三方 app 中运行小游戏时返回
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.LaunchOptionsGame.query">
|
||||
<summary>
|
||||
启动小游戏的 query 参数
|
||||
@ -3691,6 +3714,11 @@
|
||||
shareTicket,详见[获取更多转发信息](#)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.HostExtraData.host_scene">
|
||||
<summary>
|
||||
宿主app对应的场景值
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.ClientRect.bottom">
|
||||
<summary>
|
||||
下边界坐标,单位:px
|
||||
@ -3887,7 +3915,8 @@
|
||||
可选值:
|
||||
- 'ios': iOS微信(包含 iPhone、iPad);
|
||||
- 'android': Android微信;
|
||||
- 'ohos': HarmonyOS微信;
|
||||
- 'ohos': HarmonyOS 手机端微信;
|
||||
- 'ohos_pc': HarmonyOS PC微信;
|
||||
- 'windows': Windows微信;
|
||||
- 'mac': macOS微信;
|
||||
- 'devtools': 微信开发者工具;
|
||||
@ -5710,22 +5739,22 @@
|
||||
预告状态:0可用 1取消 2已用
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.cloudID">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.cloudID">
|
||||
<summary>
|
||||
敏感数据对应的云 ID,开通[云开发](https://developers.weixin.qq.com/minigame/dev/wxcloud/basis/getting-started.html)的小程序才会返回,可通过云调用直接获取开放数据,详细见[云调用直接获取开放数据](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html#method-cloud)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.encryptedData">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.encryptedData">
|
||||
<summary>
|
||||
包括敏感数据在内的完整转发信息的加密数据,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.errMsg">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.errMsg">
|
||||
<summary>
|
||||
错误信息
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetChatToolInfoSuccessCallbackResult.iv">
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentSuccessCallbackResult.iv">
|
||||
<summary>
|
||||
加密算法的初始向量,详细见[加密数据解密算法](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/signature.html)
|
||||
</summary>
|
||||
@ -5820,6 +5849,21 @@
|
||||
实验参数数组,不填则获取所有实验参数
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GameExptInfo.expt_id">
|
||||
<summary>
|
||||
实验ID,标识实验
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GameExptInfo.param_name">
|
||||
<summary>
|
||||
参数名称
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GameExptInfo.param_value">
|
||||
<summary>
|
||||
参数值
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetGroupEnterInfoOption.allowSingleChat">
|
||||
<summary>
|
||||
需要基础库: `3.7.8`
|
||||
@ -5941,6 +5985,67 @@
|
||||
本机局域网子网掩码,基础库 2.24.0 开始支持
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.altitude">
|
||||
<summary>
|
||||
需要基础库: `1.6.0`
|
||||
传入 true 会返回高度信息,由于获取高度需要较高精确度,会减慢接口返回速度
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.highAccuracyExpireTime">
|
||||
<summary>
|
||||
需要基础库: `2.9.0`
|
||||
高精度定位超时时间(ms),指定时间内返回最高精度,该值3000ms以上高精度定位才有效果
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.isHighAccuracy">
|
||||
<summary>
|
||||
需要基础库: `2.9.0`
|
||||
开启高精度定位
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationOption.type">
|
||||
<summary>
|
||||
wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.accuracy">
|
||||
<summary>
|
||||
位置的精确度,反应与真实位置之间的接近程度,可以理解成10即与真实位置相差10m,越小越精确
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.altitude">
|
||||
<summary>
|
||||
需要基础库: `1.2.0`
|
||||
高度,单位 m
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.horizontalAccuracy">
|
||||
<summary>
|
||||
需要基础库: `1.2.0`
|
||||
水平精度,单位 m
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.latitude">
|
||||
<summary>
|
||||
纬度,范围为 -90~90,负数表示南纬
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.longitude">
|
||||
<summary>
|
||||
经度,范围为 -180~180,负数表示西经
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.speed">
|
||||
<summary>
|
||||
速度,单位 m/s
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetLocationSuccessCallbackResult.verticalAccuracy">
|
||||
<summary>
|
||||
需要基础库: `1.2.0`
|
||||
垂直精度,单位 m(Android 无法获取,返回 0)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetNetworkTypeSuccessCallbackResult.hasSystemProxy">
|
||||
<summary>
|
||||
需要基础库: `2.22.1`
|
||||
@ -6056,6 +6161,17 @@
|
||||
- itemSettings 只返回用户勾选过订阅面板中的“总是保持以上选择,不再询问”的订阅消息。
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetShareInfoOption.shareTicket">
|
||||
<summary>
|
||||
shareTicket,详见[获取更多转发信息](#)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetShareInfoOption.timeout">
|
||||
<summary>
|
||||
需要基础库: `1.9.90`
|
||||
超时时间,单位 ms
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.GetShowSplashAdStatusSuccessCallbackResult.code">
|
||||
<summary>
|
||||
封面广告组件展示状态码
|
||||
@ -6625,6 +6741,21 @@
|
||||
- 'landscapeReverse': 横屏反方向,以 HOME 键在屏幕左侧为反方向;
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OnDirectAdStatusChangeListenerResult.isEndByAbnormal">
|
||||
<summary>
|
||||
当前直玩广告是否由于异常流程而结束(如 下拉/搜索 进入正在直玩广告流程中的游戏)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OnDirectAdStatusChangeListenerResult.isInDirectGameAd">
|
||||
<summary>
|
||||
当前是否处于直接广告中
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OnDirectAdStatusChangeListenerResult.isInMask">
|
||||
<summary>
|
||||
当前是否处于蒙层阶段
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.ListenerError.message">
|
||||
<summary>
|
||||
错误信息,包含堆栈
|
||||
@ -7020,7 +7151,7 @@
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OpenChannelsUserProfileOption.finderUserName">
|
||||
<summary>
|
||||
视频号 id
|
||||
视频号id(参考格式为:sphcqO59YEPCvoe;查看路径为:微信客户端->我tab->视频号->右上角.->视频号名字-视频号ID)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.OpenChatToolOption.chatType">
|
||||
@ -7340,6 +7471,32 @@
|
||||
自定义维度,基础库 v2.14.0 开始支持可选
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.FacialRecognitionError.errMsg">
|
||||
<summary>
|
||||
错误信息
|
||||
| 错误码 | 错误信息 | 说明 |
|
||||
| - | - | - |
|
||||
| 0 | 人脸识别成功 | |
|
||||
| 2002004 | 人脸识别失败 | |
|
||||
| 2002006 | 用户取消/超时/不同意,导致未完成人脸识别 | |
|
||||
| 2002007 | 本用户7天内人脸识别已通过,通过日期为XX | |
|
||||
| 2002008 | 本日已调起过人脸识别 | or本月调用次数已达上限 |
|
||||
| 2002009 | 无权限发起人脸识别 | |
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.FacialRecognitionError.errCode">
|
||||
<summary>
|
||||
错误码
|
||||
| 错误码 | 错误信息 | 说明 |
|
||||
| - | - | - |
|
||||
| 0 | 人脸识别成功 | |
|
||||
| 2002004 | 人脸识别失败 | |
|
||||
| 2002006 | 用户取消/超时/不同意,导致未完成人脸识别 | |
|
||||
| 2002007 | 本用户7天内人脸识别已通过,通过日期为XX | |
|
||||
| 2002008 | 本日已调起过人脸识别 | or本月调用次数已达上限 |
|
||||
| 2002009 | 无权限发起人脸识别 | |
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.RequestMidasFriendPaymentOption.buyQuantity">
|
||||
<summary>
|
||||
购买数量。mode=game 时必填。购买数量。详见 [buyQuantity 限制说明](#buyQuantity限制说明)。
|
||||
@ -7725,7 +7882,7 @@
|
||||
</member>
|
||||
<member name="F:WeChatWASM.SetBackgroundFetchTokenOption.token">
|
||||
<summary>
|
||||
自定义的登录态
|
||||
自定义的登录态。上限 1024 字符。
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:WeChatWASM.SetClipboardDataOption.data">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2126b021420d80c9af30c0f48a1a95df
|
||||
guid: 89930bae003f78410c60bb258364ed47
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
149
Runtime/WX.cs
149
Runtime/WX.cs
@ -279,7 +279,7 @@ namespace WeChatWASM
|
||||
/// <summary>
|
||||
/// [wx.exitChatTool(Object object)](https://developers.weixin.qq.com/minigame/dev/api/chattool/wx.exitChatTool.html)
|
||||
/// 需要基础库: `3.7.12`
|
||||
/// 退出聊天工具模式
|
||||
/// 退出聊天工具开放能力模式
|
||||
/// </summary>
|
||||
public static void ExitChatTool(ExitChatToolOption callback)
|
||||
{
|
||||
@ -675,6 +675,7 @@ namespace WeChatWASM
|
||||
/// | 8 | 当天(自然日)赞官方贴子数 | 无需传入 | |
|
||||
/// | 9 | 当天(自然日)评论官方贴子数 | 无需传入 | |
|
||||
/// | 10 | 当天(自然日)发表到本圈子话题的贴子数 | 传入话题id,从mp-游戏圈话题管理处获取 | |
|
||||
/// | 11 | 用户最近一次推荐游戏时间 | 无需传入 | 秒级时间戳 | |
|
||||
/// **encryptedData 解密后得到的 GameClubData 的结构**
|
||||
/// | 属性 | 类型 | 说明 |
|
||||
/// | ------- | ------- | -------------------------------------- |
|
||||
@ -691,9 +692,22 @@ namespace WeChatWASM
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.getGameExptInfo(Object object)](https://developers.weixin.qq.com/minigame/dev/api/data-analysis/wx.getGameExptInfo.html)
|
||||
/// [wx.getGameExptInfo(Object options)](https://developers.weixin.qq.com/minigame/dev/api/data-analysis/wx.getGameExptInfo.html)
|
||||
/// 需要基础库: `3.8.8`
|
||||
/// 给定实验参数数组,获取对应的实验参数值
|
||||
/// **示例代码**
|
||||
/// ```js
|
||||
/// wx.getGameExptInfo({
|
||||
/// keyList: ['experiment_key1', 'experiment_key2'],
|
||||
/// success(res) {
|
||||
/// res.list.forEach((expParam) => {
|
||||
/// console.log('实验ID:', expParam.expt_id);
|
||||
/// console.log('参数名:', expParam.param_name);
|
||||
/// console.log('参数值:', expParam.param_value);
|
||||
/// })
|
||||
/// }
|
||||
/// });
|
||||
/// ```
|
||||
/// </summary>
|
||||
public static void GetGameExptInfo(GetGameExptInfoOption callback)
|
||||
{
|
||||
@ -790,6 +804,14 @@ namespace WeChatWASM
|
||||
WXSDKManagerHandler.Instance.GetLocalIPAddress(callback);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.getLocation(Object object)](https://developers.weixin.qq.com/minigame/dev/api/location/wx.getLocation.html)
|
||||
/// </summary>
|
||||
public static void GetLocation(GetLocationOption callback)
|
||||
{
|
||||
WXSDKManagerHandler.Instance.GetLocation(callback);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.getNetworkType(Object object)](https://developers.weixin.qq.com/minigame/dev/api/device/network/wx.getNetworkType.html)
|
||||
/// 获取网络类型
|
||||
@ -916,6 +938,15 @@ namespace WeChatWASM
|
||||
WXSDKManagerHandler.Instance.GetSetting(callback);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.getShareInfo(Object object)](https://developers.weixin.qq.com/minigame/dev/api/share/wx.getShareInfo.html)
|
||||
/// 需要基础库: `1.1.0`
|
||||
/// </summary>
|
||||
public static void GetShareInfo(GetShareInfoOption callback)
|
||||
{
|
||||
WXSDKManagerHandler.Instance.GetShareInfo(callback);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.getShowSplashAdStatus(Object object)](https://developers.weixin.qq.com/minigame/dev/api/ad/wx.getShowSplashAdStatus.html)
|
||||
/// 需要基础库: `3.7.8`
|
||||
@ -1262,9 +1293,6 @@ namespace WeChatWASM
|
||||
/// 从 2.3.0 版本开始,若用户未点击小程序页面任意位置,则开发者将无法调用此接口自动跳转至其他小程序。
|
||||
/// ##### 需要用户确认跳转
|
||||
/// 从 2.3.0 版本开始,在跳转至其他小程序前,将统一增加弹窗,询问是否跳转,用户确认后才可以跳转其他小程序。如果用户点击取消,则回调 `fail cancel`。
|
||||
/// ##### 无需声明跳转名单,不限跳转数量(众测中)
|
||||
/// 1. 从2020年4月24日起,使用跳转其他小程序功能将无需在全局配置中声明跳转名单,调用此接口时将不再校验所跳转的 AppID 是否在 navigateToMiniProgramAppIdList 中。
|
||||
/// 2. 从2020年4月24日起,跳转其他小程序将不再受数量限制,使用此功能时请注意遵守运营规范。
|
||||
/// **运营规范**
|
||||
/// 平台将坚决打击小程序盒子等互推行为,使用此功能时请严格遵守[《微信小程序平台运营规范》](https://developers.weixin.qq.com/miniprogram/product/#_5-10-%E4%BA%92%E6%8E%A8%E8%A1%8C%E4%B8%BA),若发现小程序违反运营规范将被下架处理。
|
||||
/// **关于调试**
|
||||
@ -1700,6 +1728,45 @@ namespace WeChatWASM
|
||||
WXSDKManagerHandler.Instance.ReportScene(callback);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.requestFacialRecognition(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/account-info/wx.requestFacialRecognition.html)
|
||||
/// 需要基础库: `3.11.2`
|
||||
/// 发起人脸识别验证,用于对可疑用户进行身份验证和防沉迷检查。该接口会调起微信的人脸识别系统,验证用户身份以确保游戏安全和合规性。
|
||||
/// **处理流程**
|
||||
/// 1. 开发者调用 `wx.requestFacialRecognition` 发起人脸识别。
|
||||
/// 2. 系统根据策略判定是否需要展示授权弹窗。
|
||||
/// - 若判定为"不展示弹窗":立即回调结果,示例:`{ errCode: 0, errMsg: '本用户7天内人脸识别已通过' }`
|
||||
/// - 若判定为"需展示弹窗":进入步骤 3。
|
||||
/// 3. 系统展示授权弹窗。
|
||||
/// - 玩家拒绝:立即回调 `fail`,`errCode = 2002006`
|
||||
/// - 玩家同意:进入步骤 4。
|
||||
/// 4. 系统开始进行人脸识别验证
|
||||
/// - 玩家在跳转页面中完成活体/人脸识别;关闭页面返回游戏。
|
||||
/// 5. 系统回调最终识别结果返回
|
||||
/// **示例代码**
|
||||
/// ```js
|
||||
/// wx.requestFacialRecognition({
|
||||
/// success(res) {
|
||||
/// // 人脸识别通过或 7 天内已通过
|
||||
/// // 形如:{ errCode: 0, errMsg: 'ok' }
|
||||
/// console.log('requestFacialRecognition success:', res)
|
||||
/// },
|
||||
/// fail(err) {
|
||||
/// // 失败或受限等场景
|
||||
/// console.log('requestFacialRecognition fail:', err)
|
||||
/// },
|
||||
/// complete(res) {
|
||||
/// // 无论成功失败均会触发
|
||||
/// console.log('requestFacialRecognition complete:', res)
|
||||
/// }
|
||||
/// })
|
||||
/// ```
|
||||
/// </summary>
|
||||
public static void RequestFacialRecognition(RequestFacialRecognitionOption callback)
|
||||
{
|
||||
WXSDKManagerHandler.Instance.RequestFacialRecognition(callback);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.requestMidasFriendPayment(Object object)](https://developers.weixin.qq.com/minigame/dev/api/midas-payment/wx.requestMidasFriendPayment.html)
|
||||
/// 需要基础库: `2.11.0`
|
||||
@ -2043,6 +2110,8 @@ namespace WeChatWASM
|
||||
/// [wx.setDeviceOrientation(Object object)](https://developers.weixin.qq.com/minigame/dev/api/device/orientation/wx.setDeviceOrientation.html)
|
||||
/// 需要基础库: `2.26.0`
|
||||
/// 切换横竖屏。接口调用成功后会触发 wx.onDeviceOrientationChange 事件
|
||||
/// **注意**
|
||||
/// - PC小程序处于全屏时,无法切换横竖屏。
|
||||
/// </summary>
|
||||
public static void SetDeviceOrientation(SetDeviceOrientationOption callback)
|
||||
{
|
||||
@ -2763,6 +2832,15 @@ namespace WeChatWASM
|
||||
WXSDKManagerHandler.Instance.ReportEvent(eventId, data);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.reportMonitor(string name, number value)](https://developers.weixin.qq.com/minigame/dev/api/data-analysis/wx.reportMonitor.html)
|
||||
/// 需要基础库: `2.1.2`
|
||||
/// </summary>
|
||||
public static void ReportMonitor(string name, double value)
|
||||
{
|
||||
WXSDKManagerHandler.Instance.ReportMonitor(name, value);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.reportPerformance(Number id, Number value, String|Array dimensions)](https://developers.weixin.qq.com/minigame/dev/api/base/performance/wx.reportPerformance.html)
|
||||
/// 需要基础库: `2.10.0`
|
||||
@ -3121,6 +3199,34 @@ namespace WeChatWASM
|
||||
WXSDKManagerHandler.Instance.OffDeviceOrientationChange(result);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.onDirectAdStatusChange(function listener)](https://developers.weixin.qq.com/minigame/dev/api/ad/wx.onDirectAdStatusChange.html)
|
||||
/// 需要基础库: `3.11.2`
|
||||
/// 监听监听直玩广告状态变化
|
||||
/// **示例代码**
|
||||
/// ```js
|
||||
/// wx.onDirectAdStatusChange(res => {
|
||||
/// // 会有如下的几种状态值组合
|
||||
/// // a) { isInMask: true, isInDirectGameAd: true } -> 表示当前正在直玩广告 且 未戳破蒙层
|
||||
/// // b) { isInMask: false, isInDirectGameAd: true } -> 表示当前正在直玩广告 且 戳破了蒙层
|
||||
/// // c) { isInMask: false, isInDirectGameAd: false, isEndByAbnormal: false }, -> 表示倒计时结束了,并且选择了继续玩
|
||||
/// // d) { isInMask: false, isInDirectGameAd: false, isEndByAbnormal: true }, -> 表示由于异常流程而结束
|
||||
/// console.log(res.isInMask)
|
||||
/// console.log(res.isInDirectGameAd)
|
||||
/// console.log(res.isEndByAbnormal)
|
||||
/// })
|
||||
/// ```
|
||||
/// </summary>
|
||||
public static void OnDirectAdStatusChange(Action<OnDirectAdStatusChangeListenerResult> result)
|
||||
{
|
||||
WXSDKManagerHandler.Instance.OnDirectAdStatusChange(result);
|
||||
}
|
||||
|
||||
public static void OffDirectAdStatusChange(Action<OnDirectAdStatusChangeListenerResult> result)
|
||||
{
|
||||
WXSDKManagerHandler.Instance.OffDirectAdStatusChange(result);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [wx.onError(function listener)](https://developers.weixin.qq.com/minigame/dev/api/base/app/app-event/wx.onError.html)
|
||||
/// 监听全局错误事件
|
||||
@ -3495,6 +3601,7 @@ namespace WeChatWASM
|
||||
/// 需要基础库: `2.8.1`
|
||||
/// 监听用户主动截屏事件。用户使用系统截屏按键截屏时触发,只能注册一个监听
|
||||
/// **示例代码**
|
||||
/// 页面要先调用wx.showShareMenu()来允许调用
|
||||
/// ```js
|
||||
/// wx.onUserCaptureScreen(function (res) {
|
||||
/// console.log('用户截屏了')
|
||||
@ -3508,8 +3615,7 @@ namespace WeChatWASM
|
||||
/// }, 1000) // 在1秒内对query进行解析
|
||||
/// })
|
||||
/// }
|
||||
/// }
|
||||
/// )
|
||||
/// })
|
||||
/// ```
|
||||
/// </summary>
|
||||
public static void OnUserCaptureScreen(Action<OnUserCaptureScreenListenerResult> result)
|
||||
@ -3643,7 +3749,7 @@ namespace WeChatWASM
|
||||
/// <summary>
|
||||
/// [wx.onCopyUrl(function listener)](https://developers.weixin.qq.com/minigame/dev/api/share/wx.onCopyUrl.html)
|
||||
/// 需要基础库: `2.14.3`
|
||||
/// 监听用户点击右上角菜单的「复制链接」按钮时触发的事件。本接口为 Beta 版本,暂只在 Android 平台支持。
|
||||
/// 监听用户点击右上角菜单的「复制链接」按钮时触发的事件。
|
||||
/// </summary>
|
||||
public static void OnCopyUrl(Action<Action<OnCopyUrlListenerResult>> callback)
|
||||
{
|
||||
@ -3831,6 +3937,23 @@ namespace WeChatWASM
|
||||
return WXSDKManagerHandler.GetDeviceInfo();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [Object wx.getDirectAdStatusSync()](https://developers.weixin.qq.com/minigame/dev/api/ad/wx.getDirectAdStatusSync.html)
|
||||
/// 需要基础库: `3.11.2`
|
||||
/// 获取直玩广告组件展示状态。
|
||||
/// **示例代码**
|
||||
/// ```js
|
||||
/// const statusInfo = wx.getDirectAdStatusSync();
|
||||
/// console.log(statusInfo.isInMask) // 当前是否在蒙层阶段
|
||||
/// console.log(statusInfo.isInDirectGameAd) // 当前是否在直玩广告中
|
||||
/// ```
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static DirectAdStatusInfo GetDirectAdStatusSync()
|
||||
{
|
||||
return WXSDKManagerHandler.GetDirectAdStatusSync();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [Object wx.getEnterOptionsSync()](https://developers.weixin.qq.com/minigame/dev/api/base/app/life-cycle/wx.getEnterOptionsSync.html)
|
||||
/// 需要基础库: `2.13.2`
|
||||
@ -4045,19 +4168,19 @@ namespace WeChatWASM
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// [[ImageData](https://developers.weixin.qq.com/minigame/dev/api/render/image/ImageData.html) wx.createImageData(number width, number height)](https://developers.weixin.qq.com/minigame/dev/api/render/image/wx.createImageData.html)
|
||||
/// [[ImageData](https://developers.weixin.qq.com/minigame/dev/api/render/image/ImageData.html) wx.createImageData(number width, number height, Uint8ClampedArray data)](https://developers.weixin.qq.com/minigame/dev/api/render/image/wx.createImageData.html)
|
||||
/// 需要基础库: `3.4.10`
|
||||
/// 这里有两种使用方法, 一种是指定ImageData的宽和高, 另外一种是使用ImageData, 通过它本身的宽高尺寸来构建新的对象。
|
||||
/// 这里有两种使用方法, 一种是指定ImageData的宽和高, 另外一种使用已有的ImageData的图像二进制数据,来构建新的对象。
|
||||
/// **示例代码**
|
||||
/// ```js
|
||||
/// const imageData1 = wx.createImageData(100, 100)
|
||||
/// const imageData2 = wx.createImageData(imageData1)
|
||||
/// const imageData2 = wx.createImageData(imageData1.data, 100, 100)
|
||||
/// ```
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static ImageData CreateImageData(double width, double height)
|
||||
public static ImageData CreateImageData(double width, double height, int[] data)
|
||||
{
|
||||
return WXSDKManagerHandler.CreateImageData(width, height);
|
||||
return WXSDKManagerHandler.CreateImageData(width, height, data);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b096b65a78985990e31921e35a27584b
|
||||
guid: abac9074a0e448198001cec3b26332f3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3ddda5327537b903d8d097a4b731e1a6
|
||||
guid: e030166432a8a19780c92bea2554cb07
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 05ad1faab0458c19d7f4cb756221ec90
|
||||
guid: 8525ff1af2e9def053b76e3540db35e0
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6b3e236e2af6857d3c56fc407676929f
|
||||
guid: 32981efff94a544d77dbe2da8a891256
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b330fe1d450f536aecd0cb257135793b
|
||||
guid: 5ccfc9c73c3d503da3a030a6e708aa86
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 81eefcbdcd6fcf0b81a8756d7a227b66
|
||||
guid: 8cd0a67b32a6d7f8368851bcc53fdc8a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72b5cbdf3cbfb62eb89e594f0b3ab517
|
||||
guid: 3ece72447e246e58efe071c18fe6bdcb
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5445ea1c5c8c7f766d73e8992e80de66
|
||||
guid: 401a534540d4ee4a93f21ecd1f217f26
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ce5f097cc1a806752aefe358a1723e22
|
||||
guid: a55b8302b351d84985ba7b3df0d466c5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e85fa3103789a75fba26014b831617b7
|
||||
guid: 3fc808265b01a7c4335ba25703d01cd9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 246ea609116fd58eb0880d43c50a6c66
|
||||
guid: 84af929b300f07c5c64c5d7336a7f24f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e3df7a6c487c2a4c1e8db8e72c2770cf
|
||||
guid: a222b149c0801d2066d762f2dc95ab48
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5e89c504ad0d2233a4f751860c3f6a51
|
||||
guid: f488c46db096a20e78c85e18844b8c6c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5a1d013e61d70ff54e06007784e2bd13
|
||||
guid: 1c95beb00abb92181a3171a07be67ba7
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dbc35335d96ea853b88281a2f02abbd1
|
||||
guid: b7448bed3d8b86ecfa74b977b852a6b1
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b724331e5f79190a9983c33cb9f82cdb
|
||||
guid: 7718a7afd45c0b95fea847c3fc45a976
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0ba36144ce3686c6f3cd5a2d8712080e
|
||||
guid: 298e198d9302de328394082629084278
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 079f871b7653c400e0d88c2a2502cf0d
|
||||
guid: 2c390e2cb2aec1a93d76b2720cc54558
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2be614b95e9aa52fbc21256af9d4880d
|
||||
guid: 29c4a8ff597d36e33e456b577e48a76d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f363b83f1ec517037e7328bab5ac14be
|
||||
guid: f7eb0a9e53d5c4f239db268b46b02700
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e35549dfc5f48d67d2acd62661303d90
|
||||
guid: 3aff6699dbdaefba1afa5464555152ab
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0d15d641fa6bd600f1aa5ce0c61b48ee
|
||||
guid: 16c57cb9cd123f53d65eb3e116201109
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 933282f41167e2c3e8754126f541c6e7
|
||||
guid: 7f54009665fed13245e34039590d13bd
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ed098269a409ecd7bc86ef2d9aa0c18
|
||||
guid: 85569a8cf43d9207c23bd0ad4c3e4ef4
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b1918e18f79f8f6d4bddc1af34ab8045
|
||||
guid: 9b99a41fff2986072806c6d3b16393c9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b61a14e5ab2ed7445beaea3a942e8c9
|
||||
guid: ff4814eaa21f100b8abdb1a691cb0a1f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da05c7d7d581c578423457d645330fa0
|
||||
guid: 0e7f15959d7149976fd0ad931538bec8
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 73a4d6e30706bc346488f7e66d781d68
|
||||
guid: a2d1716d1b9b3f8e695cf2988926ab8d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4a184d4874494f6614c63e63fcd5463f
|
||||
guid: b737e3689181f655fbd874643b6f7d86
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 10804af4eca5042f582a388b99f334a3
|
||||
guid: ede447555e3f2a6913d57d304215f200
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3d7e79155ce4e90d8292ab51562f2c24
|
||||
guid: d057ab72775d454a6e32c45511dda2b7
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f919420d8f67aafc366460430cdc24db
|
||||
guid: ccf1cade01e5849c8a0a62a41626bd2d
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 849c90f7643ac5be4568eb0a8d789c0e
|
||||
guid: 86cf7b719c95fcbda9cd02e11199f751
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 436e7af109e13bf8b6776477ba781b3b
|
||||
guid: bb012e49d729861cc0ad110409c8f4a5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2799a13472617f96af409fad1b770bfd
|
||||
guid: c560f31ff7f796dd85c70e41c8428acd
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46ca3dde0cd1e894d381af98f3e6d0de
|
||||
guid: 673ede5004a2f411fff24c24e997e7a9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 65b943bdb4b17fdfb9ea319235aefb12
|
||||
guid: 960a3822db3b0009fd00d746dabd4b23
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -61,6 +61,10 @@ export const ResType = {
|
||||
platform: 'string',
|
||||
system: 'string',
|
||||
},
|
||||
DirectAdStatusInfo: {
|
||||
isInDirectGameAd: 'bool',
|
||||
isInMask: 'bool',
|
||||
},
|
||||
EnterOptionsGame: {
|
||||
apiCategory: 'string',
|
||||
query: 'object',
|
||||
@ -79,12 +83,16 @@ export const ResType = {
|
||||
feedId: 'string',
|
||||
},
|
||||
LaunchOptionsGame: {
|
||||
hostExtraData: 'HostExtraData',
|
||||
query: 'object',
|
||||
referrerInfo: 'EnterOptionsGameReferrerInfo',
|
||||
scene: 'number',
|
||||
chatType: 'number',
|
||||
shareTicket: 'string',
|
||||
},
|
||||
HostExtraData: {
|
||||
host_scene: 'string',
|
||||
},
|
||||
ClientRect: {
|
||||
bottom: 'number',
|
||||
height: 'number',
|
||||
@ -531,7 +539,7 @@ export const ResType = {
|
||||
status: 'number',
|
||||
errMsg: 'string',
|
||||
},
|
||||
GetChatToolInfoSuccessCallbackResult: {
|
||||
RequestMidasFriendPaymentSuccessCallbackResult: {
|
||||
cloudID: 'string',
|
||||
encryptedData: 'string',
|
||||
errMsg: 'string',
|
||||
@ -575,9 +583,14 @@ export const ResType = {
|
||||
errMsg: 'string',
|
||||
},
|
||||
GetGameExptInfoSuccessCallbackResult: {
|
||||
list: 'object',
|
||||
list: 'GameExptInfo[]',
|
||||
errMsg: 'string',
|
||||
},
|
||||
GameExptInfo: {
|
||||
expt_id: 'number',
|
||||
param_name: 'string',
|
||||
param_value: 'string',
|
||||
},
|
||||
GetGroupEnterInfoError: {
|
||||
errMsg: 'string',
|
||||
errCode: 'number',
|
||||
@ -611,6 +624,16 @@ export const ResType = {
|
||||
localip: 'string',
|
||||
netmask: 'string',
|
||||
},
|
||||
GetLocationSuccessCallbackResult: {
|
||||
accuracy: 'number',
|
||||
altitude: 'number',
|
||||
horizontalAccuracy: 'number',
|
||||
latitude: 'number',
|
||||
longitude: 'number',
|
||||
speed: 'number',
|
||||
verticalAccuracy: 'number',
|
||||
errMsg: 'string',
|
||||
},
|
||||
GetNetworkTypeSuccessCallbackResult: {
|
||||
hasSystemProxy: 'bool',
|
||||
networkType: 'string',
|
||||
@ -773,6 +796,11 @@ export const ResType = {
|
||||
OnDeviceOrientationChangeListenerResult: {
|
||||
value: 'string',
|
||||
},
|
||||
OnDirectAdStatusChangeListenerResult: {
|
||||
isEndByAbnormal: 'bool',
|
||||
isInDirectGameAd: 'bool',
|
||||
isInMask: 'bool',
|
||||
},
|
||||
ListenerError: {
|
||||
message: 'string',
|
||||
},
|
||||
@ -927,6 +955,10 @@ export const ResType = {
|
||||
eventType: 'number',
|
||||
branchDim: 'string',
|
||||
},
|
||||
FacialRecognitionError: {
|
||||
errMsg: 'string',
|
||||
errCode: 'number',
|
||||
},
|
||||
MidasFriendPaymentError: {
|
||||
errMsg: 'string',
|
||||
errCode: 'number',
|
||||
@ -961,7 +993,7 @@ export const ResType = {
|
||||
errMsg: 'string',
|
||||
},
|
||||
RequestSubscribeMessageSuccessCallbackResult: {
|
||||
anyKeyWord: 'string',
|
||||
anyKeyWord: 'object',
|
||||
errMsg: 'string',
|
||||
},
|
||||
RequestSubscribeSystemMessageSuccessCallbackResult: {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 785129377b9c4f11fda2c9924895f92a
|
||||
guid: 5d74b320710e4a6424790a4610569dc3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 36a80d24f7a6bf6ab6b1c326e3595a23
|
||||
guid: 06c92198747a7fe0a262fa0131f9c9e2
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f36facdd832c898fd640a69063ed70e4
|
||||
guid: a5a6eef8e7c18fa029920b26f8136dc2
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3da97361513f01753d24c3dee8ae0bcd
|
||||
guid: 9aa3c7ae387f05c76f0a711170b74d58
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 07c9863d0b2e17e6a714a008735d90c8
|
||||
guid: 422ac50ad6e21020e53b1a89ef41bcd9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5635bc0fd4731d876b9d073820e208a1
|
||||
guid: 5343456591603100420b4f948151f3a4
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7c48fb5e9767982a0ebb2eb2f7ba37ff
|
||||
guid: f207e8a9531008579c8c9601641a95c2
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8d4cd86f7cf3b710bbded3c1070c7c6b
|
||||
guid: 45e5a3523f14f34406382ae6c4f05b22
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b329e1460f5bc9e28aef6e2b47b56a15
|
||||
guid: 16a78312910312139b8b2a713527b71c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 37cc6fd3d1d207203ccf982816a25caa
|
||||
guid: 99cb60a4e7c9715cbf4dcec634a5b1a7
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: be899ead65489d02d4e79e8eda766258
|
||||
guid: 60f19ca8492b99764d4386ef4dc029d5
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5056986cb63162e1778a717d8a921c28
|
||||
guid: 234539c98c03e7238c94dbac1189a342
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c4141c2a4f582cc717cdc5ee5037b7db
|
||||
guid: 28746c414683b3ff83de01a412d5bbdc
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 81bfaebda03ec3392d7a8e0037ff6aad
|
||||
guid: 63ae1b90e83651b0d92b415c7f0813e6
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 478a3546c53a8109b934d8cd1f4f696a
|
||||
guid: cae3eacf86096f0c89d0e8d9c2581d0a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ee7f14bf256f7055d4801d3bd11e5870
|
||||
guid: 859420cd5ac539417843cb0debe0858e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3131d5ba8ea695166b776a9cd1c791e9
|
||||
guid: d54504124c777578d482b374fbad124a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: be3c4660b0572fd9f3506b42bf211086
|
||||
guid: fd6e4b1795fc1d2be60c856d2519f055
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d916b09b2e344e2d3a8e0d26257257b7
|
||||
guid: c14fd6023f99e3132ad23299c1a01445
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a24551635841154e26f9eebd41bebfd1
|
||||
guid: ffce62417b2ee0abdc3082581bec2d23
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d0fe2ce4d519eb6abef7ea8c6f97846d
|
||||
guid: 8714671751cc67c59277646868ac8226
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6336c322fbe3ec5cbb1e3356528eebfa
|
||||
guid: 04b448c051b650aa45e2b53314ceba68
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f95f3859eb894f25364e5c80d87fa1bc
|
||||
guid: 9983a06a8a25b30acee24d0160e13fec
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0e2277ab173f01af0fffe7251b71b20d
|
||||
guid: 5808b0c635ba0c4f0ab68760614fc173
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9933db9823ae3afe9f2201c07f926a50
|
||||
guid: 5fbe4fda4e6436353dcbc100e9661ac5
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dcc224eb63097f44fa9286a087bc5353
|
||||
guid: 4a0e5cacd2b4c8e43563f6bd878ad565
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 805e70e39587a33300f8ad909d0a13c7
|
||||
guid: 9b0f6e15fb87057a4feff1c1df47fa06
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e9fff1fede735078b2292a09a5113b10
|
||||
guid: 5ce9591639271c81eab4517a7e622c23
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b11a3ff0666ea3433fc875587531601a
|
||||
guid: 47399db5be71ae41a2e3d1d8834f111e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0573f71a19f5922e22ed39698b48a6af
|
||||
guid: c1197508886e2de7c23fa2717b13c6ca
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7e913c48df13218f978ac46e46497d46
|
||||
guid: ba4060593de2ac074bc8ec628e88a4a6
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9b774f00520e69e45c1298e674dfa0bf
|
||||
guid: 6088f0da05b6ba4e349cf86478631567
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 665c43a2abf05d191ad1948eac35f9d1
|
||||
guid: 5dadc17c115f83049fef72e611be8df7
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aef1e97058a08d8cec715495f32a0380
|
||||
guid: a36ecd082a3652f4699d26e51a57eeac
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4a24acd1c17e647f340b747454d3e393
|
||||
guid: 4b366236e2743acf5ced9f62cbdce008
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 25a825e4984f553deed782c94b9e8393
|
||||
guid: 39df014110fa612865e03f28e169eb3a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bc2330f7aa0b998ead104f511e34d93c
|
||||
guid: d17b20f1394761e4c36c52d8335fd036
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3aaed06c9b81db2f0cc530d03ca9282b
|
||||
guid: a1d63e6bf2c40871ed3bef1f3271674a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 910250ea7d653aa1612ed6616f7e6d77
|
||||
guid: d37ba636f816a475b38bc09495356e71
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 376f50939f9b589666df1adf6ae99620
|
||||
guid: 29252606e3acc918296152a506e47fcf
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e72415afe5e22592a8d8774c43b52d84
|
||||
guid: 3104cf6c73d3ec9c079f71dec598a292
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 83d2f7db03d9fdeca98f9ed973b275a1
|
||||
guid: 6b5bd373f0b51708022b8c7ae6fc774a
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c8b14d731338b5af0b312cc9a563ad40
|
||||
guid: ef0168b24652c0e68ce3f2353ede0caf
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 77e4b4a8161186f490ff649404ddc1b9
|
||||
guid: b7dec738f325bd480391624fc34df8a9
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9ffd5704770af3a0c5e4ad086d3bbde1
|
||||
guid: c59579a2f61843eb1f8cd089b2bc581c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b84b2ba27ecd6c2308c80f3552b2034
|
||||
guid: 3b9dea4df67415668699ea0407387787
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3362337171de61ae3813980c0dfdc265
|
||||
guid: dd6c4f99fb89e28b7e806c465a81499d
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2908fbcfc1ad40adf9fdd11a0dcc7f95
|
||||
guid: b1829eb33f4185382782212aad8da812
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d5a59e43592004c2faaa98fc3d8dcdce
|
||||
guid: dccf54ff7f502e86976f2d62990bfe44
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 176f5a433cf9dbad9c3135519056864e
|
||||
guid: 956d8f7e2238c4b234390294a3bdde48
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user