C# Class FluentBehaviourTree.TimeData

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
TimeData ( float deltaTime ) : System

Method Details

TimeData() public méthode

public TimeData ( float deltaTime ) : System
deltaTime float
Résultat System

Property Details

deltaTime public_oe property

public float deltaTime
Résultat float