TargetElapsedTime

Property

Namespace: Imagini

Declared in: Imagini.AppBase


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

Syntax

public TimeSpan TargetElapsedTime { public get; public set; }

Remarks

Default is ~16 ms (60 FPS).
Back to index