Click or drag to resize

IEntitySensorFieldOfView Properties

The IEntitySensorFieldOfView type exposes the following members.

Properties
  NameDescription
Public propertyFieldOfView
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.
Public propertyOrientation
Gets the transactional property that holds the orientation of the entity. To obtain the axes in which the orientation is defined, get the OrientationAxes property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityOrientation.)
Public propertyPosition
Gets the transactional property that holds the position of the entity. To obtain the reference frame in which the position is defined, get the PositionReferenceFrame property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityPosition.)
Top
See Also