Method ContainsRegion
ContainsRegion(string)
Returns a value that indicates whether this TextureAtlas contains a TextureRegion element with the specified name.
public bool ContainsRegion(string name)
Parameters
name
stringThe name of the TextureRegion to locate.
Returns
- bool
true if this TextureAtlas contains a TextureRegion element with the specified name; otherwise, false.