C# Class ConversationDisplayer, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
font Font
height int
width int

Méthodes publiques

Méthode Description
Converse ( Conversation, conversation ) : void
OnGUI ( ) : void
Start ( ) : void
exit ( ) : void
show ( GameObject previous_state ) : void

Method Details

Converse() public méthode

public Converse ( Conversation, conversation ) : void
conversation Conversation,
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

exit() public méthode

public exit ( ) : void
Résultat void

show() public méthode

public show ( GameObject previous_state ) : void
previous_state GameObject
Résultat void

Property Details

font public_oe property

public Font font
Résultat Font

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int