ViewFromToTEntityUpdate Method |
Moves the camera's reference point to the position of the to
entity while placing the camera at the position of the from entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic void Update(
Transaction transaction
)
Public Sub Update (
transaction As Transaction
)
public:
void Update(
Transaction^ transaction
)
member Update :
transaction : Transaction -> unit
Parameters
- transaction
- Type: AGI.FoundationTransaction
The transaction to use.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if transaction is null. |
| PropertyInvalidException | Thrown if Camera is null. |
| InvalidOperationException | Thrown if either a to or from location has not been specified. |
See Also