ViewFromToTEntitySetFrom Method (TEntity) |
Specifies the entity at which the camera will be aimed.
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 void SetFrom(
TEntity entity
)
Public Sub SetFrom (
entity As TEntity
)
public:
void SetFrom(
TEntity entity
)
member SetFrom :
entity : 'TEntity -> unit
Parameters
- entity
- Type: TEntity
The entity to be used to aim the camera.
See Also