ScreenService Draw Method RapidGame Class Library

[This is preliminary documentation and is subject to change.]

Draws the top game screen, and then if there is a popup screen draws the top popup screen on top of the game screen - Adjusts depending on whether the screens are loading or not

Namespace: RapidXNA.Services
Assembly: RapidXNA3.0 (in RapidXNA3.0.dll) Version: 3.0.0.0
Syntax

public override void Draw(
	GameTime gameTime
)

Parameters

gameTime
Type: GameTime

[Missing <param name="gameTime"/> documentation for "M:RapidXNA.Services.ScreenService.Draw(Microsoft.Xna.Framework.GameTime)"]

Implements

IRapidService Draw(GameTime)
Version Information

RapidGame

Supported in: 1
See Also