load static method

Future<TextureAtlas> load(
  1. String url, [
  2. TextureAtlasFormat textureAtlasFormat = TextureAtlasFormat.JSONARRAY,
  3. BitmapDataLoadOptions? bitmapDataLoadOptions
])

Implementation

static Future<TextureAtlas> load(String url,
        [TextureAtlasFormat textureAtlasFormat = TextureAtlasFormat.JSONARRAY,
        BitmapDataLoadOptions? bitmapDataLoadOptions]) =>
    textureAtlasFormat
        .load(_TextureAtlasLoaderFile(url, bitmapDataLoadOptions));