Свойство | Type | Description | |
---|---|---|---|
awaitTime | IEnumerator | ||
feedLine | IEnumerator | ||
feedText | IEnumerator |
Méthode | Description | |
---|---|---|
clearLables ( ) : IEnumerator | ||
initialize ( UILabel, subtitleseLabels ) : void | ||
showSubtitles ( object args ) : IEnumerator |
Méthode | Description | |
---|---|---|
awaitTime ( float waitTime ) : IEnumerator |
Will wait for waitTime seconds before returning
|
|
feedLine ( object args ) : IEnumerator |
Displays the actual line of text to the player, character by character
|
|
feedText ( object args ) : IEnumerator |
This function handles the logic about which line of text should be displayed to the player Args[0] = (string) the text Args[1] = (bool) allow quick skip Args[2] = (string) scroll method Args[3] = (obj) scroll method argument Args[4] = (bool) Line Padding Args[5] = (bool) Using sounds (true if acceptable path found) Args[6] = (string) SoundPath Args[7] = (vector3) SoundPosition
|
public initialize ( UILabel, subtitleseLabels ) : void | ||
subtitleseLabels | UILabel, | |
Résultat | void |
public showSubtitles ( object args ) : IEnumerator | ||
args | object | |
Résultat | IEnumerator |