C# Class GrimmLib.BranchingDialogueNode

Inheritance: DialogueNode
Afficher le fichier Open project: eriksvedang/Grimm Class Usage Examples

Méthodes publiques

Méthode Description
Choose ( int pOptionNr ) : void
Update ( float dt ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Private Methods

Méthode Description
RemoveOptionFromNextNodes ( int pOptionNr ) : void

Method Details

Choose() public méthode

public Choose ( int pOptionNr ) : void
pOptionNr int
Résultat void

SetupCells() protected méthode

protected SetupCells ( ) : void
Résultat void

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void