Click or drag to resize
AB4D logo

DXSceneBackgroundWaitingUntilRenderedThresholdTimeMs Property

Time in milliseconds that is used to enable background waiting until rendered. When DXViewportView.IsWaitingInBackgroundUntilRendered is true and after waiting for rendered in the last two frames is bigger then this time, then waiting is actually enabled (this prevents using background thread for simple scenes). Default value is 3 milliseconds.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public double BackgroundWaitingUntilRenderedThresholdTimeMs { get; set; }

Property Value

Double
See Also