XNACS1Lib: CSS490 Spring 2011
Velocity of a primitive. This is a true velocity: with magnitude (speed) and direction for tavel.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
public Vector2 Velocity { get; set; }

Remarks

Primitive with non-zero velocity will move only when ShouldTravel is set to true.

See Also