textmode.js / layering
layering
All modules and types related to multi-layered textmode rendering.
Classes
| Class | Description |
|---|---|
| TextmodeLayer | A single layer within a multi-layered textmode rendering context. |
| TextmodeLayerManager | Manages all user-defined layers within a Textmodifier in addition to the base layer. |
Interfaces
| Interface | Description |
|---|---|
| TextmodeLayerOptions | Options for configuring a new TextmodeLayer via TextmodeLayerManager.add. |
Type Aliases
| Type Alias | Description |
|---|---|
| TextmodeLayerBlendMode | Blend modes available for TextmodeLayer compositing in 2D mode. |