Enum CustomClassUseAs
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Represents the types of objects that can use a custom class. Uses the FlagsAttribute, for which there is plenty of documentation.
[Flags]
public enum CustomClassUseAs
Fields
Property = 0Any property on any kind of object.
Map = 1A map.
Layer = 2A layer.
Object = Map | LayerAn object.
Tile = 4A tile.
Tileset = Map | TileA tileset.
WangColor = Layer | TileA Wang color.
Wangset = Map | WangColorA Wangset.
Project = 8A project.
All = Wangset | ProjectAll types.