Version: 2017.1
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.