Click or drag to resize

MarkerVisualizer<TEntity> Constructor (EntitySet<TEntity>, MarkerCallback<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 MarkerVisualizer(
	EntitySet<TEntity> entities,
	MarkerCallback<TEntity> callback,
	SetHint setHint
)

Parameters

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