Typing Effect Post Processor
data class TypingEffectPostProcessor<T : Component>(baseDelayInMs: Long) : ComponentPostProcessor<T>
Content copied to clipboard
Functions
copy
Link copied to clipboard
render
Link copied to clipboard
open override fun render(tileGraphics: TileGraphics, context: ComponentPostProcessorContext<T>)
Content copied to clipboard
Renders the decoration to the given TileGraphics.
Sources
(source)
Link copied to clipboard