C# Class GameEngine.Tiled.TileLayer

Inheritance: PropertyBag
ファイルを表示 Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Public Methods

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

Method Details

TileLayer() public method

public TileLayer ( int width, int height ) : GameEngine.GameObjects
width int
height int
return GameEngine.GameObjects

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : int
index int
return int

this() public method

public this ( int x, int y ) : int
x int
y int
return int