Class TilesetChunk
Parsed representation of an Aseprite Tileset chunk.
Syntax
public class TilesetChunk : BaseChunk, IDisposable
Properties
chunkType
Declaration
public override ChunkTypes chunkType { get; }
Property Value
Overrides
height
Declaration
public ushort height { get; }
Property Value
noOfTiles
The number of tiles in the tileset.
Declaration
public uint noOfTiles { get; }
Property Value
tileSetFlags
Flags to define where data for a tileset is stored.
Declaration
public TileSetFlags tileSetFlags { get; }
Property Value
tileSetId
Declaration
public uint tileSetId { get; }
Property Value
tileSetName
Declaration
public string tileSetName { get; }
Property Value
width
Declaration
public ushort width { get; }
Property Value
Methods
InternalRead(BinaryReader)
Declaration
protected override void InternalRead(BinaryReader reader)
Parameters
Overrides