Table of Contents

Enum PropertyType

Namespace
DotTiled
Assembly
DotTiled.dll

Represents the type of a property.

public enum PropertyType

Fields

String = 0

A string property.

Int = 1

An integer property.

Float = 2

A float property.

Bool = 3

A boolean property.

Color = 4

A color property.

File = 5

A file property.

Object = 6

An object property.

Class = 7

A class property.

Enum = 8

An enum property.