Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GrimmLib
WaitDialogueNode
C# Class GrimmLib.WaitDialogueNode
Inheritance:
DialogueNode
,
IRegisteredDialogueNode
Exibir arquivo
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