C# Class Treefrog.Runtime.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
Layer ( 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