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