IEntityVelocity Properties |
The IEntityVelocity type exposes the following members.
Name | Description | |
---|---|---|
![]() | Position |
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 EntityDescriptor<TEntity>.
(Inherited from IEntityPosition.) |
![]() | Velocity |
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 EntityDescriptor<TEntity>.
|