TextStorageMap class
Stores a map of Korzh.Utils.TextStorage instanced.
public class Korzh.Utils.TextStorageMap : Dictionary<String, TextStorage>, IDictionary<String, TextStorage>, ICollection<KeyValuePair<String, TextStorage>>, IEnumerable<KeyValuePair<String, TextStorage>>, IEnumerable, IDictionary, ICollection, IReadOnlyDictionary<String, TextStorage>, IReadOnlyCollection<KeyValuePair<String, TextStorage>>, ISerializable, IDeserializationCallback
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
TextStorage | GetStorage(String storageId = null) | Gets the current storage. |
void | ReloadNativeResources(String storageId = null) | Reloads the specified storage by its ID. |