Table of Contents

Class Wangset

Namespace
DotTiled
Assembly
DotTiled.dll

Defines a list of colors and any number of Wang tiles using these colors.

public class Wangset : HasPropertiesBase, IHasProperties
Inheritance
Wangset
Implements
Inherited Members

Properties

Class

The class of the Wang set.

public string Class { get; set; }

Property Value

string

Name

The name of the Wang set.

public required string Name { get; set; }

Property Value

string

Properties

The Wang set properties.

public List<IProperty> Properties { get; set; }

Property Value

List<IProperty>

Tile

The tile ID of the tile representing the Wang set.

public required int Tile { get; set; }

Property Value

int

WangColors

The Wang colors in the Wang set.

public List<WangColor> WangColors { get; set; }

Property Value

List<WangColor>

WangTiles

The Wang tiles in the Wang set.

public List<WangTile> WangTiles { get; set; }

Property Value

List<WangTile>

Methods

GetProperties()

The properties attached to the object.

public override IList<IProperty> GetProperties()

Returns

IList<IProperty>