C# Class AnodyneSharp.States.MenuSubstates.DialogueSubstate

Inheritance: AnodyneSharp.States.MenuSubstates.Substate
Afficher le fichier Open project: PixieCatSupreme/AnodyneSharp

Méthodes publiques

Méthode Description
DrawUI ( ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
SetDialogue ( string text ) : void

Method Details

DrawUI() public méthode

public DrawUI ( ) : void
Résultat void

SetDialogue() protected méthode

protected SetDialogue ( string text ) : void
text string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void