|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public double BackgroundWaitingUntilRenderedThresholdTimeMs { get; set; }
Property Value
DoubleSee Also