Click or drag to resize
AB4D logo

DXDeviceBackgroundThreadsManager Property

Gets or sets a BackgroundThreadsManager that is used for background rendering in DXScene objects (if DXScene does not provide its onw instance of BackgroundThreadsManager).

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

Property Value

BackgroundThreadsManager
See Also