InactiveSleepTime

Property

Namespace: Imagini

Declared in: Imagini.AppBase


Gets or sets the target time between each frame if the window is inactive and IsFixedTimeStep is set to true.

Syntax

public TimeSpan InactiveSleepTime { public get; public set; }

Remarks

Default is ~33 ms (30 FPS).
Back to index