RemoveKey(string)
Removes key from the authored variant keys.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Localization
- Assembly: UnityEngine.LocalizationRuntimeModule
public bool RemoveKey(string key)
Parameters
The selector key.
Returns
Type | Description |
|---|---|
| bool | Whether the key was present. |