C# Class GrimmLib.WaitDialogueNode

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

Méthodes publiques

Méthode Description
EventHappened ( ) : void
OnEnter ( ) : void
ScopeNode ( ) : string
ToString ( ) : string
Update ( float dt ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Private Methods

Méthode Description
Evaluate ( ) : void

Method Details

EventHappened() public méthode

public EventHappened ( ) : void
Résultat void

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

ScopeNode() public méthode

public ScopeNode ( ) : string
Résultat string

SetupCells() protected méthode

protected SetupCells ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

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