C# Class GrimmLib.InterruptDialogueNode

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

Méthodes publiques

Méthode Description
OnEnter ( ) : void
Update ( float dt ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Method Details

OnEnter() public méthode

public OnEnter ( ) : void
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