Click or drag to resize

MarkerCallbackTEntity Delegate

Returns a texture to be used as a marker for the specified entity. The same texture instance can be used to represent multiple entities.

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 delegate Texture2D MarkerCallback<TEntity>(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction to use.
entity
Type: TEntity
The entity for which to retrieve a marker.

Type Parameters

TEntity
The type of entity.

Return Value

Type: Texture2D
The texture to use to represent the entity.
See Also