Class ChunkHeader
The header of each chunk.
Inherited Members
Namespace: UnityEditor.U2D.Aseprite
Syntax
public class ChunkHeader
Fields
stride
The stride of the chunk header in bytes.
Declaration
public const int stride = 6
Field Value
Type | Description |
---|---|
Int32 |
Properties
chunkSize
The size of the chunk in bytes.
Declaration
public uint chunkSize { get; }
Property Value
Type | Description |
---|---|
UInt32 |
chunkType
The type of the chunk.
Declaration
public ChunkTypes chunkType { get; }
Property Value
Type | Description |
---|---|
ChunkTypes |