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
Name
The name of the Wang set.
public required string Name { get; set; }
Property Value
Properties
The Wang set properties.
public List<IProperty> Properties { get; set; }
Property Value
Tile
The tile ID of the tile representing the Wang set.
public required int Tile { get; set; }
Property Value
WangColors
The Wang colors in the Wang set.
public List<WangColor> WangColors { get; set; }
Property Value
WangTiles
The Wang tiles in the Wang set.
public List<WangTile> WangTiles { get; set; }
Property Value
Methods
GetProperties()
The properties attached to the object.
public override IList<IProperty> GetProperties()