TextureAtlas getTextureAtlas(String name)

Source

TextureAtlas getTextureAtlas(String name) {
  return _getResourceValue("TextureAtlas", name) as TextureAtlas;
}