Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SpriteAtlasManager.RequestAtlasCallback

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

Parameters

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

Description

Delegate type for atlas request callback.

Did you find this page useful? Please give it a rating: