getTextureAtlas method

TextureAtlas getTextureAtlas(
  1. String name
)

Implementation

TextureAtlas getTextureAtlas(String name) =>
    _getResourceValue('TextureAtlas', name) as TextureAtlas;