C# Class Treefrog.Runtime.Level

Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch, Rectangle region ) : void
DrawLayer ( SpriteBatch spriteBatch, Rectangle region, int index ) : void

Private Methods

Méthode Description
Level ( ) : System
Level ( Microsoft.Xna.Framework.Content.ContentReader reader ) : System

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch, Rectangle region ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
region Microsoft.Xna.Framework.Rectangle
Résultat void

DrawLayer() public méthode

public DrawLayer ( SpriteBatch spriteBatch, Rectangle region, int index ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
region Microsoft.Xna.Framework.Rectangle
index int
Résultat void