Constructor SpriteSheet
SpriteSheet(string, TextureAtlas)
Initializes a new instance of the SpriteSheet class.
public SpriteSheet(string name, TextureAtlas atlas)
Parameters
name
stringThe name assign the SpriteSheet.
atlas
TextureAtlasThe source TextureAtlas to give the SpriteSheet.