ViewFromToTEntity Constructor (Camera, TEntity, TEntity) |
Creates a new instance, specifying a view from one
TEntity to another using the specified
Camera.
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 ViewFromTo(
Camera camera,
TEntity fromEntity,
TEntity toEntity
)
Public Sub New (
camera As Camera,
fromEntity As TEntity,
toEntity As TEntity
)
public:
ViewFromTo(
Camera^ camera,
TEntity fromEntity,
TEntity toEntity
)
new :
camera : Camera *
fromEntity : 'TEntity *
toEntity : 'TEntity -> ViewFromTo
Parameters
- camera
- Type: AGI.Foundation.GraphicsCamera
The camera to use. - fromEntity
- Type: TEntity
The entity whose position will represent the camera's position. - toEntity
- Type: TEntity
The entity whose position will represent the camera's reference point.
See Also