Class FrameData
Parsed representation of an Aseprite frame.
Inherited Members
Namespace: UnityEditor.U2D.Aseprite
Syntax
public class FrameData : IDisposable
Properties
chunkCount
Number of chunks.
Declaration
public uint chunkCount { get; }
Property Value
Type | Description |
---|---|
UInt32 |
chunks
Chunk data for this frame.
Declaration
public ReadOnlyCollection<BaseChunk> chunks { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<BaseChunk> |
frameDuration
Frame duration in milliseconds.
Declaration
public ushort frameDuration { get; }
Property Value
Type | Description |
---|---|
UInt16 |
noOfBytes
Bytes in this frame.
Declaration
public uint noOfBytes { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Methods
Dispose()
Declaration
public void Dispose()