A list with the frame-names in this texture atlas.
Source
List<String> get frameNames => frames
.map((f) => f.name)
.toList();
A list with the frame-names in this texture atlas.
List<String> get frameNames => frames
.map((f) => f.name)
.toList();