Click or drag to resize

LabelVisualizer<TEntity>.Update Method

Updates the underlying primitive to reflect the latest entity state.

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 override void Update(
	Transaction transaction
)

Parameters

transaction
Type: AGI.Foundation.Transaction
The transaction to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if transaction is null.
PropertyInvalidExceptionThrown if Entities is null.
PropertyInvalidExceptionThrown if Callback is null.
See Also