Skip to content

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

NameTypeDescription
TextStorageMap(string resourceName, Assembly assembly = null)voidInitializes a new instance of the Korzh.Utils.TextStorageMap class.

Methods

NameTypeDescription
GetStorage(string storageId = null)TextStorageGets the current storage.
ReloadNativeResources(string storageId = null)voidReloads the specified storage by its ID.