C# Class Artemis.Engine.Graphics.SpriteSheet

Mostrar archivo Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Public Methods

Method Description
SpriteSheet ( List texture, Tile>.Dictionary tileGroups ) : System.Collections.Generic
this ( string key ) : Tile

Method Details

SpriteSheet() public method

public SpriteSheet ( List texture, Tile>.Dictionary tileGroups ) : System.Collections.Generic
texture List
tileGroups Tile>.Dictionary
return System.Collections.Generic

this() public method

public this ( string key ) : Tile
key string
return Tile