Свойство | Тип | Описание | |
---|---|---|---|
fillSpeed | float | ||
objective | Objective, | ||
objectiveText | Text | ||
permanentText | Text |
Метод | Описание | |
---|---|---|
FillText ( string s ) : IEnumerator | ||
Initialize ( ) : void | ||
Initialize ( float typeSpeed ) : void |
type speed refers to wait time before each char is typed
|
public FillText ( string s ) : IEnumerator | ||
s | string | |
Результат | IEnumerator |
public Initialize ( float typeSpeed ) : void | ||
typeSpeed | float | |
Результат | void |