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

파라미터

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

설명

Delegate type for atlas request callback.