ITextureAtlasCollection.ContainsRegion(string) Method
Definition¶
Namespace: Brine2D.Rendering.TextureAtlas
Checks if a region with the given name exists in any atlas.
bool ContainsRegion(string name);
Parameters¶
name System.String
Namespace: Brine2D.Rendering.TextureAtlas
Checks if a region with the given name exists in any atlas.
bool ContainsRegion(string name);
name System.String