Click or drag to resize

HistoryVisualizerTEntity Constructor (EntitySetTEntity, HistoryGeneratorTEntity, SetHint)

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public HistoryVisualizer(
	EntitySet<TEntity> entities,
	HistoryGenerator<TEntity> historyGenerator,
	SetHint setHint
)

Parameters

entities
Type: AGI.Foundation.TrackingEntitySetTEntity
The entities to be visualized.
historyGenerator
Type: AGI.Foundation.TrackingHistoryGeneratorTEntity
The instance HistoryGenerator{TEntity} to use to retrieve track data.
setHint
Type: AGI.Foundation.GraphicsSetHint
The SetHint to use for the underlying primitives./>
See Also