Lazy Character Resource Lookup
class LazyCharacterResourceLookup(val root: String = "", val extension: String = ".png") : CharacterResourceLookup
Provides an interface for a lookup for Character resources. A root can be specified it the resource default location is not the top level resource directory. An extension can be optionally specified for image format (.png is used as default). Unless overridden this will return a resource key for a character in the following format:
When a character variation is not specified: name-emotion.extension When a character variation is specified: name-variation-emotion.extension