|
RenderingStatisticsRenderedObjectsCountPerThread Property |
Gets or sets an array that shows how many objects were rendered by a specific thread (index = 0 means the main thread; other indexes means background threads).
This array is set only when multi-threading is used.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public int[] RenderedObjectsCountPerThread { get; set; }
Property Value
Int32See Also