ViewEntityFromOffsetTEntityUpdate Method  | 
 
            Moves the camera's reference point to the position of the tracked
            entity while offsetting the camera position by amount of entity movement.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 25.1.421.0 (25.1.421.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
See Also