Click or drag to resize

IEntityAcceleration Properties

The IEntityAcceleration type exposes the following members.

Properties
  NameDescription
Public propertyAcceleration
Gets the transactional property that holds the acceleration of the entity. To obtain the reference frame in which the acceleration is defined, get the PositionReferenceFrame property from the entity's EntityDescriptorTEntity.
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.)
Public propertyVelocity
Gets the transactional property that holds the velocity of the entity. To obtain the reference frame in which the velocity is defined, get the PositionReferenceFrame property from the entity's EntityDescriptorTEntity.
(Inherited from IEntityVelocity.)
Top
See Also