Click or drag to resize

LabelVisualizer<TEntity> Constructor (EntitySet<TEntity>, LabelCallback<TEntity>, SetHint)

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public LabelVisualizer(
	EntitySet<TEntity> entities,
	LabelCallback<TEntity> callback,
	SetHint setHint
)

Parameters

entities
Type: AGI.Foundation.Tracking.EntitySet<TEntity>
The entities to be visualized.
callback
Type: AGI.Foundation.Tracking.LabelCallback<TEntity>
The callback used to determine each entity's label.
setHint
Type: AGI.Foundation.Graphics.SetHint
The SetHint to use for the underlying primitives./>
See Also