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