ViewEntityFromOffsetTEntityEntity Property |
Gets or sets the entity to track.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TEntity Entity { get; set; }
Public Property Entity As TEntity
Get
Set
public:
property TEntity Entity {
TEntity get ();
void set (TEntity value);
}
member Entity : 'TEntity with get, set
Property Value
Type:
TEntitySee Also