Click or drag to resize
AB4D logo

DXDeviceIsMeasuringMeshUpdateStatistics Property

Gets or set a Boolean that specifies if mesh updates are tracked during DXScene's Update phase. This value is automatically to true when IsCollectingStatistics is true. In this case the engine is setting MeshUpdatesCount and MeshBytesUploaded properties that are then set to RenderingStatistics object.

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

Property Value

Boolean
See Also