Class SpriteAtlasManager
Inherited Members
Namespace: UnityEngine.U2D
Assembly: UnityEngine.dll
Syntax
public class SpriteAtlasManager
Events
| Improve this Doc View SourceatlasRegistered
Declaration
public static event Action<SpriteAtlas> atlasRegistered
Event Type
Type | Description |
---|---|
Action<SpriteAtlas> |
atlasRequested
Declaration
public static event Action<string, Action<SpriteAtlas>> atlasRequested
Event Type
Type | Description |
---|---|
Action<String, Action<SpriteAtlas>> |