C# Class GrimmLib.DialogueNode

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

Protected Properties

Свойство Type Description
_dialogueRunner DialogueRunner

Méthodes publiques

Méthode Description
OnEnter ( ) : void
OnExit ( ) : void
SetRunner ( DialogueRunner pRunner ) : void
Start ( ) : void
Stop ( ) : void
ToString ( ) : string
Update ( float dt ) : void

Méthodes protégées

Méthode Description
Invariant ( ) : void
SetupCells ( ) : void
StartNextNode ( ) : void

Method Details

Invariant() protected méthode

protected Invariant ( ) : void
Résultat void

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

OnExit() public méthode

public OnExit ( ) : void
Résultat void

SetRunner() public méthode

public SetRunner ( DialogueRunner pRunner ) : void
pRunner DialogueRunner
Résultat void

SetupCells() protected méthode

protected SetupCells ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartNextNode() protected méthode

protected StartNextNode ( ) : void
Résultat void

Stop() public méthode

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

Property Details

_dialogueRunner protected_oe property

protected DialogueRunner _dialogueRunner
Résultat DialogueRunner