动态更新配置(UpdateConfig)
[Player Network SDK & MSDK] 动态更新配置。
支持的平台
- Unity
- Unreal Engine
支持
Android, iOS, Windows 平台 。支持
Android, iOS, Windows 平台。注意
MSDK 暂不支持 Windows
函数定义
- Unity
- Unreal Engine
bool UpdateConfig(Dictionary<string, string> configsDic, string project = "")
static bool UpdateConfig(const std::map<std::string, std::string> &config, const std::string &project = "");