Click or drag to resize

TimedStateTrackerTStateDataUpdate Method

Updates this tracker with the specified current time.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Update(
	float deltaTime
)

Parameters

deltaTime
Type: SystemSingle
The current delta time.
See Also