Class AsepriteReader
File parsing utility for Aseprite files.
Inherited Members
Namespace: UnityEditor.U2D.Aseprite
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. |