TextSequencer

interface TextSequencer

Provides an interface for sequencers for displaying TextFrame.

Inheritors

Properties

Link copied to clipboard

Get or set the delay between characters, in milliseconds.

Link copied to clipboard
abstract val sequencing: Boolean

Get if sequencing is currently running.

Functions

Link copied to clipboard
abstract fun cancel()

Cancel all sequencing.

Link copied to clipboard
abstract fun requestAll()

Request all characters now.

Link copied to clipboard
abstract fun sequence(frame: TextFrame)

Start sequencing characters for a specified frame.