|
Elin Decompiled Documentation EA 23.247 Stable Patch 1
|
Public Member Functions | |
| void | OnSetText () |
| void | Skip () |
Public Attributes | |
| float | speed |
| SoundData | sound |
Properties | |
| bool | IsFinished [get] |
Private Member Functions | |
| void | Awake () |
| void | Update () |
Private Attributes | |
| UIText | text |
| float | timer |
| bool | isStarted |
| string | current |
| string | original |
| int | index |
Definition at line 3 of file Typewriter.cs.
|
inlineprivate |
Definition at line 33 of file Typewriter.cs.
References text.
|
inline |
|
inline |
Definition at line 48 of file Typewriter.cs.
References index, isStarted, and original.
Referenced by DramaEventTalk.Play().
|
inlineprivate |
Definition at line 57 of file Typewriter.cs.
References current, index, isStarted, original, sound, speed, text, and timer.
|
private |
Definition at line 11 of file Typewriter.cs.
Referenced by OnSetText(), and Update().
|
private |
Definition at line 15 of file Typewriter.cs.
Referenced by OnSetText(), Skip(), and Update().
|
private |
Definition at line 9 of file Typewriter.cs.
Referenced by OnSetText(), Skip(), and Update().
|
private |
Definition at line 13 of file Typewriter.cs.
Referenced by OnSetText(), Skip(), and Update().
| SoundData Typewriter.sound |
Definition at line 19 of file Typewriter.cs.
Referenced by Update().
| float Typewriter.speed |
Definition at line 17 of file Typewriter.cs.
Referenced by Update().
|
private |
Definition at line 5 of file Typewriter.cs.
Referenced by Awake(), OnSetText(), and Update().
|
private |
Definition at line 7 of file Typewriter.cs.
Referenced by OnSetText(), and Update().
|
get |
Definition at line 21 of file Typewriter.cs.
Referenced by DramaEventTalk.Play().