IHasVelocityΒΆ

interface IHasVelocity

An interface which indicates that an object has a velocity associated with it.

float XSpeed

Gets or sets the X speed.

Value:The X speed.
float YSpeed

Gets or sets the Y speed.

Value:The Y speed.
float ZSpeed

Gets or sets the Z speed.

Value:The Z speed.