TextAssetLoaderParameters

Optional parameters used to load text files.

Parameters

charset

name of the charset used to read text. Should match text file encoding. Defaults to UTF-8.

Constructors

Link copied to clipboard
constructor(charset: String = "UTF-8")

Properties

Link copied to clipboard