프로퍼티 | 타입 | 설명 | |
---|---|---|---|
characters | Fungus.Character[] | ||
exitSayWait | bool |
메소드 | 설명 | |
---|---|---|
ConversationManager ( ) : System.Collections | ||
DoConversation ( string conv ) : IEnumerator |
Parse and execute a conversation string.
|
|
PopulateCharacterCache ( ) : void |
Caches the character objects in the scene for fast lookup during conversations.
|
|
PreParse ( string conv ) : List |
||
PreParse ( string conv, System.Action |
메소드 | 설명 | |
---|---|---|
CreateConversationItem ( Array sayParams, string text, |
Using the string of say parameters before the ':', set the current character, position and portrait if provided.
|
|
GetSayDialog ( |
||
Parse ( string conv ) : List |
||
Split ( string stringToSplit ) : string[] |
public ConversationManager ( ) : System.Collections | ||
리턴 | System.Collections |
protected CreateConversationItem ( Array sayParams, string text, |
||
sayParams | Array | The list of say parameters. |
text | string | The text for the character to say. |
currentCharacter | The currently speaking character. | |
리턴 | ConversationItem |
public DoConversation ( string conv ) : IEnumerator | ||
conv | string | |
리턴 | IEnumerator |
protected GetSayDialog ( |
||
character | ||
리턴 |
public static PreParse ( string conv, System.Action |
||
conv | string | |
itemAction | System.Action |
|
리턴 | void |
protected static Split ( string stringToSplit ) : string[] | ||
stringToSplit | string | |
리턴 | string[] |