C# Class XNAGraphics.KernelBundle.Screen

Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts

Méthodes publiques

Свойство Type Description
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch

Méthodes publiques

Méthode Description
Screen ( ) : System
draw ( LayerCollection actual_screen ) : System.Boolean
loadContent ( GraphicsDevice GraphicsDevice ) : System.Boolean
update ( GameTime gameTime, LayerCollection actual_screen ) : System.Boolean

Method Details

Screen() public méthode

public Screen ( ) : System
Résultat System

draw() public méthode

public draw ( LayerCollection actual_screen ) : System.Boolean
actual_screen XNAGraphics.ComponentBundle.LayerBundle.LayerCollection
Résultat System.Boolean

loadContent() public méthode

public loadContent ( GraphicsDevice GraphicsDevice ) : System.Boolean
GraphicsDevice GraphicsDevice
Résultat System.Boolean

update() public méthode

public update ( GameTime gameTime, LayerCollection actual_screen ) : System.Boolean
gameTime Microsoft.Xna.Framework.GameTime
actual_screen XNAGraphics.ComponentBundle.LayerBundle.LayerCollection
Résultat System.Boolean

Property Details

spriteBatch public_oe property

public SpriteBatch,Microsoft.Xna.Framework.Graphics spriteBatch
Résultat Microsoft.Xna.Framework.Graphics.SpriteBatch