Summary
Causes a
Weaver.Examples.FloatingText
to gradually show each of its character one at a time with a short delay.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Examples - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["FloatingTextTypewriter"]
class Type type-node
Syntax
public class FloatingTextTypewriter : MonoBehaviour
Fields
Name | Constant Value | Summary |
---|---|---|
finalDuration |
The amount of time that the full text will remain visible after all characters have appeared.
|
|
interval |
The amount of time that will pass between each character appearing.
|
|
text |
The target
Weaver.Examples.FloatingText to control. |