GameExtensions.

GetDeltaTime(IGame) Method

Summary

Gets the elapsed total seconds since last update.
Namespace
StrideToolkit.Engine
Containing Type
GameExtensions

Syntax

public static float GetDeltaTime(this IGame game)

Parameters

Name Type Description
game IGame The game.

Return Value

Type Description
float Elapsed update time in seconds.