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

파라미터

tag Tag of SpriteAtlas that needs to be provided by user.
action An Action that takes user loaded SpriteAtlas.

설명

Delegate type for atlas request callback.