Skip to content

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
TypeNameDescription
TextStorageGetStorage(String storageId = null)Gets the current storage.
voidReloadNativeResources(String storageId = null)Reloads the specified storage by its ID.