Skip to content

textmode.js / loadables

loadables

All loadable assets related to textmode rendering.

Classes

ClassDescription
TextmodeFontManages the font used for rendering characters via TextmodeLayer.loadFont.
TextmodeImageRepresents an image uploaded for textmode rendering via Textmodifier.loadImage.
TextmodeSourceAbstract base class representing a textmode source asset (image, video, texture).
TextmodeTextureRepresents an external texture source for textmode rendering via Textmodifier.createTexture.
TextmodeVideoRepresents a video element for textmode rendering via Textmodifier.loadVideo.

Type Aliases

Type AliasDescription
TextmodeCharacterRepresents a single character in the TextmodeFont.characters array.