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