Method CreateSprite
CreateSprite(string, int)
Creates a new Sprite from the Texture
Parameters
spriteName
stringThe name to assign the Sprite that is created.
regionIndex
intThe index of the Texture
Region element in the TextureAtlas assign the Sprite that is created.
Returns
Exceptions
- Argument
Out OfRange Exception Thrown if the specified index is less than zero or is greater than or equal to the total number of Texture
Region elements in the TextureAtlas .
CreateSprite(int)
Creates a new Sprite from the Texture
Parameters
regionIndex
intThe index of the Texture
Region element to assign the Sprite that is created.
Returns
Exceptions
- Argument
Out OfRange Exception Thrown if the specified index is less than zero or is greater than or equal to the total number of Texture
Region elements in the TextureAtlas .
CreateSprite(string, string)
Creates a new Sprite from the Texture
Parameters
spriteName
stringThe name to assign the Sprite that is created.
regionName
stringThe name of the Texture
Region element in the TextureAtlas assign the Sprite that is created.
Returns
Exceptions
- Key
Not Found Exception Thrown if the Texture
Atlas does not contain a TextureRegion with the name specified.
CreateSprite(string)
Creates a new Sprite from the Texture
Parameters
regionName
stringThe name of the Texture
Region element in the TextureAtlas assign the Sprite that is created.
Returns
Exceptions
- Key
Not Found Exception Thrown if the Texture
Atlas does not contain a TextureRegion with the name specified.