C# Class Treefrog.Runtime.TileLayer

Inheritance: Layer
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

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

Private Methods

Méthode Description
TileLayer ( Microsoft.Xna.Framework.Content.ContentReader reader, TileRegistry registry ) : 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