Click or drag to resize

IEntitySensorFieldOfViewFieldOfView Property

Gets the transactional property that holds the orientation of the entity. The value assigned to the transacted property may change, but the SensorFieldOfView instance assigned by the property must not change after it is assigned to the transacted property. To change the entity's field of view, create a new SensorFieldOfView instance rather than changing the existing one.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
TransactedProperty<SensorFieldOfView> FieldOfView { get; }

Property Value

Type: TransactedPropertySensorFieldOfView
See Also