Table of Contents

Method Update

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Update(float)

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

public void Update(float deltaTime)

Parameters

deltaTime float

The delta time.