ViewFromToTEntityToEntity Property |
Gets the entity whose position will be used to aim the camera or null if a
Point is being used.
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 ToEntity { get; }
Public ReadOnly Property ToEntity As TEntity
Get
public:
property TEntity ToEntity {
TEntity get ();
}
member ToEntity : 'TEntity with get
Property Value
Type:
TEntitySee Also