C# Class GrimmLib.TimedDialogueNode

Inheritance: DialogueNode
Show file Open project: eriksvedang/Grimm Class Usage Examples

Public Properties

Property Type Description
speedScaling float

Public Methods

Method Description
CalculateAndSetTimeBasedOnLineLength ( bool isOptionNode ) : void
OnEnter ( ) : void
OnExit ( ) : void
ToString ( ) : string
Update ( float dt ) : void

Protected Methods

Method Description
SetupCells ( ) : void

Method Details

CalculateAndSetTimeBasedOnLineLength() public method

public CalculateAndSetTimeBasedOnLineLength ( bool isOptionNode ) : void
isOptionNode bool
return void

OnEnter() public method

public OnEnter ( ) : void
return void

OnExit() public method

public OnExit ( ) : void
return void

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

Property Details

speedScaling public static property

public static float speedScaling
return float