Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 665 Bytes

Typer.md

File metadata and controls

17 lines (11 loc) · 665 Bytes

Typer.cs

Simple script for typing animations

Suggested use

Drop this onto a gameObject, change Messages size to some value greater than 0. Duration value determines how long the message will be displayed.

Examples

Adding new messages at runtime

var typer = FindObjectOfType<Typer>();
typer.Messages.Add(new TyperMessage("there's a snake in my boot", 5));