C# Class GrimmLib.WaitDialogueNode

Inheritance: DialogueNode, IRegisteredDialogueNode
显示文件 Open project: eriksvedang/Grimm Class Usage Examples

Public Methods

Method Description
EventHappened ( ) : void
OnEnter ( ) : void
ScopeNode ( ) : string
ToString ( ) : string
Update ( float dt ) : void

Protected Methods

Method Description
SetupCells ( ) : void

Private Methods

Method Description
Evaluate ( ) : void

Method Details

EventHappened() public method

public EventHappened ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

ScopeNode() public method

public ScopeNode ( ) : string
return string

SetupCells() protected method

protected SetupCells ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( float dt ) : void
dt float
return void