HistoryVisualizer<TEntity> Constructor (EntitySet<TEntity>, HistoryGenerator<TEntity>) |
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic HistoryVisualizer(
EntitySet<TEntity> entities,
HistoryGenerator<TEntity> historyGenerator
)
Public Sub New (
entities As EntitySet(Of TEntity),
historyGenerator As HistoryGenerator(Of TEntity)
)
public:
HistoryVisualizer(
EntitySet<TEntity>^ entities,
HistoryGenerator<TEntity>^ historyGenerator
)
new :
entities : EntitySet<'TEntity> *
historyGenerator : HistoryGenerator<'TEntity> -> HistoryVisualizer
Parameters
- entities
- Type: AGI.Foundation.Tracking.EntitySet<TEntity>
The entities to be visualized. - historyGenerator
- Type: AGI.Foundation.Tracking.HistoryGenerator<TEntity>
The instance HistoryGenerator{TEntity} to use to retrieve track data.
See Also