XNACS1Lib: CSS490 Spring 2011
Get/Set the speed (magnitude of the Velocity vector) for the velocity.

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

Syntax

C#
public float Speed { get; set; }

Remarks

The direction which the primitive is traveling will not change, just how fast it is moving will be updated. Primitive with non-zero velocity will move only when ShouldTravel is set to true.

See Also