textstoragemap-class
Stores a map of Korzh.Utils.TextStorage instanced.
public class Korzh.Utils.TextStorageMap
: Dictionary<string, TextStorage>
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
TextStorageMap(string resourceName, Assembly assembly = null) | void | Initializes a new instance of the Korzh.Utils.TextStorageMap class. |
Methods
Name | Type | Description |
---|---|---|
GetStorage(string storageId = null) | TextStorage | Gets the current storage. |
ReloadNativeResources(string storageId = null) | void | Reloads the specified storage by its ID. |