Class AsepriteReader
File parsing utility for Aseprite files.
Inherited Members
Namespace: UnityEditor.U2D.Aseprite
Assembly: Unity.2D.Aseprite.Editor.dll
Syntax
public static class AsepriteReader
Methods
ReadFile(string)
Reads an Aseprite file from the given path.
Declaration
public static AsepriteFile ReadFile(string assetPath)
Parameters
Type | Name | Description |
---|---|---|
string | assetPath | Path to the file. |
Returns
Type | Description |
---|---|
AsepriteFile | Returns a parsed representation of the file. |