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.2.419.0 (24.2.419.0)
Syntax TransactedProperty<SensorFieldOfView> FieldOfView { get; }
ReadOnly Property FieldOfView As TransactedProperty(Of SensorFieldOfView)
Get
property TransactedProperty<SensorFieldOfView^>^ FieldOfView {
TransactedProperty<SensorFieldOfView^>^ get ();
}
abstract FieldOfView : TransactedProperty<SensorFieldOfView> with get
Property Value
Type:
TransactedPropertySensorFieldOfViewSee Also