TextAssetLoader

constructor(fileResolver: FileHandleResolver = InternalFileHandleResolver(), charset: String = "UTF-8")

Parameters

fileResolver

not used, required by the superclass.

charset

name of the charset used to read text. Can be overridden with TextAssetLoader.TextAssetLoaderParameters. Should match text files encoding. Defaults to UTF-8.