Table of Contents

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 = 0

Any property on any kind of object.

Map = 1

A map.

Layer = 2

A layer.

Object = Map | Layer

An object.

Tile = 4

A tile.

Tileset = Map | Tile

A tileset.

WangColor = Layer | Tile

A Wang color.

Wangset = Map | WangColor

A Wangset.

Project = 8

A project.

All = Wangset | Project

All types.