C# Class GrimmLib.TimedDialogueNode

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

Méthodes publiques

Свойство Type Description
speedScaling float

Méthodes publiques

Méthode Description
CalculateAndSetTimeBasedOnLineLength ( bool isOptionNode ) : void
OnEnter ( ) : void
OnExit ( ) : void
ToString ( ) : string
Update ( float dt ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Method Details

CalculateAndSetTimeBasedOnLineLength() public méthode

public CalculateAndSetTimeBasedOnLineLength ( bool isOptionNode ) : void
isOptionNode bool
Résultat void

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

OnExit() public méthode

public OnExit ( ) : void
Résultat void

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

Property Details

speedScaling public_oe static_oe property

public static float speedScaling
Résultat float