Namespace UnityEditor.U2D.Aseprite
Classes
AsepriteFile
Parsed representation of an Aseprite file. Should be disposed after use.
AsepriteImporter
ScriptedImporter to import Aseprite files
AsepriteReader
File parsing utility for Aseprite files.
BaseChunk
Base class for all chunks.
CellChunk
Parsed representation of an Aseprite Cell chunk.
ChunkHeader
The header of each chunk.
ColorProfileChunk
Parsed representation of an Aseprite ColorProfile chunk.
FrameData
Parsed representation of an Aseprite frame.
LayerChunk
Parsed representation of an Aseprite Layer chunk.
PaletteChunk
Parsed representation of an Aseprite Palette chunk.
TagData
Parsed representation of an Aseprite Tag data.
TagsChunk
Parsed representation of an Aseprite Tags chunk.
TilesetChunk
Parsed representation of an Aseprite Tileset chunk. Not supported yet.
UserDataChunk
Parsed representation of an Aseprite UserData chunk.
Structs
AsepriteImporter.ImportEventArgs
Structure used for Aseprite Import Events.
PaletteEntry
Structure for an entry in the color palette.
Enums
BlendModes
Layer blend modes.
CellTypes
Aseprite cell types.
ChunkTypes
Aseprite Chunk Types.
ColorProfileTypes
Supported color profiles.
FileImportModes
Import modes for the file.
LayerFlags
Flags for layer options.
LayerImportModes
Import modes for all layers.
LayerTypes
Layer types.
LoopAnimationDirection
The different loop animation directions.
PivotSpaces
The space the Sprite pivots are being calculated.
TileSetFlags
Flags to define where data for a tileset is stored.
Delegates
AsepriteImporter.AsepriteImportEventHandler
Delegate for Aseprite Import Events.