CryEngine.FrameTime

CryEngine.FrameTime

Automatically updates delta time between frames. Can be used to normalize variable changes by current FPS. More...

Properties

static float Delta [get, set]
Gets the last calculated frametime in seconds. More...

Detailed Description

Automatically updates delta time between frames. Can be used to normalize variable changes by current FPS.

Property Documentation

◆ Delta

float CryEngine.FrameTime.Delta
static
get
set

Gets the last calculated frametime in seconds.

Returns
The last.