프로퍼티 | 타입 | 설명 | |
---|---|---|---|
awaitTime | IEnumerator | ||
feedLine | IEnumerator | ||
feedText | IEnumerator |
메소드 | 설명 | |
---|---|---|
clearLables ( ) : IEnumerator | ||
initialize ( UILabel, subtitleseLabels ) : void | ||
showSubtitles ( object args ) : IEnumerator |
메소드 | 설명 | |
---|---|---|
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, | |
리턴 | void |
public showSubtitles ( object args ) : IEnumerator | ||
args | object | |
리턴 | IEnumerator |