Enum CellTypes
Aseprite cell types.
Namespace: UnityEditor.U2D.Aseprite
Assembly: Unity.2D.Aseprite.Editor.dll
Syntax
public enum CellTypes
Fields
Name | Description |
---|---|
CompressedImage | Compressed pixel data |
CompressedTileMap | Compressed tilemap data |
LinkedCell | Cell linked to another cell |
RawImage | Raw pixel data |