public delegatevoid RequestAtlasCallback (string tag, Action<SpriteAtlas> action);

Parameters

tagTag of SpriteAtlas that needs to be provided by user.
actionAn Action that takes user loaded SpriteAtlas.

Description

Delegate type for atlas request callback.