Click or drag to resize

PointVisualizerTEntity Constructor (EntitySetTEntity, 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 PointVisualizer(
	EntitySet<TEntity> entities,
	SetHint setHint
)

Parameters

entities
Type: AGI.Foundation.TrackingEntitySetTEntity
The entities to be visualized.
setHint
Type: AGI.Foundation.GraphicsSetHint
The SetHint to use for the underlying primitives./>
See Also