C# Class GameEngine.Tiled.TileLayer

Inheritance: PropertyBag
Afficher le fichier Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Méthodes publiques

Méthode Description
TileLayer ( int width, int height ) : GameEngine.GameObjects
ToString ( ) : string
this ( int index ) : int
this ( int x, int y ) : int

Method Details

TileLayer() public méthode

public TileLayer ( int width, int height ) : GameEngine.GameObjects
width int
height int
Résultat GameEngine.GameObjects

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : int
index int
Résultat int

this() public méthode

public this ( int x, int y ) : int
x int
y int
Résultat int