XNACS1Lib: CSS490 Spring 2011
Do not override this method! This method is used by the XNACS1Lib to maintain and update the system internal state. Override UpdateWorld() and perform all your application specific update there!

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

Syntax

C#
protected override void Update(
	GameTime gameTime
)

Parameters

gameTime
Type: GameTime
Provides a snapshot of timing values.

See Also