Click or drag to resize

ViewFromTo<TEntity>.Update 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: 24.3.420.0 (24.3.420.0)
Syntax
public void Update(
	Transaction transaction
)

Parameters

transaction
Type: AGI.Foundation.Transaction
The transaction to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if transaction is null.
PropertyInvalidExceptionThrown if Camera is null.
InvalidOperationExceptionThrown if either a to or from location has not been specified.
See Also