TextStorageMap class
Stores a map of Korzh.Utils.TextStorage instanced.
public class Korzh.Utils.TextStorageMap : Dictionary<string, TextStorage>Package: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
TextStorageMap(string resourceName, Assembly assembly = null) | void | Initializes a new instance of the Korzh.Utils.TextStorageMap class. |
Methods
Section titled “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. |