C# Класс Spring2011Project.Level

Показать файл Открыть проект

Открытые методы

Метод Описание
Level ( int theGround, int theEnd, Microsoft.Xna.Framework.Graphics.Texture2D theBackground ) : System
getBackGround ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
getEndCondition ( ) : int
getGround ( ) : int

Описание методов

Level() публичный Метод

public Level ( int theGround, int theEnd, Microsoft.Xna.Framework.Graphics.Texture2D theBackground ) : System
theGround int
theEnd int
theBackground Microsoft.Xna.Framework.Graphics.Texture2D
Результат System

getBackGround() публичный Метод

public getBackGround ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Результат Microsoft.Xna.Framework.Graphics.Texture2D

getEndCondition() публичный Метод

public getEndCondition ( ) : int
Результат int

getGround() публичный Метод

public getGround ( ) : int
Результат int