MyTimeData Constructor

Fight Game AI Demo

MyTimeData Constructor
Initializes a new instance of the MyTimeData struct.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MyTimeData(
	float deltaTime
)

Parameters

deltaTime
Type: SystemSingle
The delta time.
See Also