跳到主要内容

移除 UpdateConfig 设置的 Key(RemoveCustomConfigKey)

AndroidiOSWindows
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 RemoveCustomConfigKey

移除 UpdateConfig 设置的某个 Key。

函数定义

public static bool RemoveCustomConfigKey(string key, string project = "")

入参说明

参数类型说明
keystring配置的 key
projectstring默认参数,保持不变

代码示例

INTLAPI.RemoveCustomConfigKey("KEY", "INTL");