TextureAtlasReader constructor

TextureAtlasReader(
  1. String text
)

Implementation

TextureAtlasReader(String text) : lines = text.split(RegExp(r'\r\n|\r|\n'));