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

Parámetros

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

Descripción

Delegate type for atlas request callback.