| Typewriter Properties |
The Typewriter type exposes the following members.
| Name | Description | |
|---|---|---|
| CharacterDelay |
Gets or sets the delay between characters.
| |
| Cursor |
Gets or sets the cursor to append at the end of the effect.
| |
| CursorBlink |
Gets or sets the cursor blink interval in seconds.
| |
| Finished |
Gets a callback for whenever the effect has finished.
| |
| InputTextSource |
Gets or sets the input text source. If a value is assigned, its OutputText will be used in place of the
value in the InputText property of this HyperTextProcessor.
| |
| OnFinished | Obsolete. | |
| OnTypedCharacter | Obsolete. | |
| OutputText |
Gets the output text.
| |
| Progress |
Gets or sets the progress.
| |
| ShouldUseUnscaledTime |
Gets or sets a value indicating whether this instance should use unscaled time.
| |
| Text |
Gets or sets the text.
| |
| TypedCharacter |
Gets a callback for whenever a character has been typed out.
|