C# Class Spring2011Project.Level

Afficher le fichier Open project: ReticentJohn/Spring-Project-2011

Méthodes publiques

Méthode Description
Level ( int theGround, int theEnd, Microsoft.Xna.Framework.Graphics.Texture2D theBackground ) : System
getBackGround ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
getEndCondition ( ) : int
getGround ( ) : int

Method Details

Level() public méthode

public Level ( int theGround, int theEnd, Microsoft.Xna.Framework.Graphics.Texture2D theBackground ) : System
theGround int
theEnd int
theBackground Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System

getBackGround() public méthode

public getBackGround ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

getEndCondition() public méthode

public getEndCondition ( ) : int
Résultat int

getGround() public méthode

public getGround ( ) : int
Résultat int