ViewFromToTEntityFromEntity Property |
Gets the entity whose position will be used to place 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 FromEntity { get; }
Public ReadOnly Property FromEntity As TEntity
Get
public:
property TEntity FromEntity {
TEntity get ();
}
member FromEntity : 'TEntity with get
Property Value
Type:
TEntitySee Also