TextureAtlasRegion constructor

TextureAtlasRegion(
  1. String name
)

Implementation

TextureAtlasRegion(this.name) : assert(name.isNotEmpty);