Click or drag to resize

ClockUpdate Method

Call this method repeatedly to update the time (typically, in a component's Update method).

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 delta time.
See Also