XNACS1Lib: CSS490 Spring 2011
Do not override this method! This method is used by the XNACS1Lib to setup all the internal and font drawing. Override DrawWorld() if you are going to control the drawing of your primitives. Otherwise, you don't need to worry about drawing.

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

Syntax

C#
protected override void Draw(
	GameTime gameTime
)

Parameters

gameTime
Type: GameTime
Provides a snapshot of timing values.

See Also