public interface IEntitySensorFieldOfView extends IEntityPosition, IEntityOrientation
Position
(get
) property and it is oriented in the
entity's body axes defined by the Orientation
(get
) property such
that the sensor's boresight points down the Z-axis.Modifier and Type | Method and Description |
---|---|
TransactedProperty<SensorFieldOfView> |
getFieldOfView()
Gets the transactional property that holds the orientation of the entity.
|
getPosition
getOrientation
@Nonnull TransactedProperty<SensorFieldOfView> getFieldOfView()
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.