C# Class FluentBehaviourTree.TimeData

Represents time. Used to pass time values to behaviour tree nodes.
Show file Open project: danielhampikian/GIMM-400 Class Usage Examples

Public Properties

Property Type Description
deltaTime float

Public Methods

Method Description
TimeData ( float deltaTime ) : System

Method Details

TimeData() public method

public TimeData ( float deltaTime ) : System
deltaTime float
return System

Property Details

deltaTime public property

public float deltaTime
return float