Namespace: PropertyType

graphics.tmx. PropertyType

The PropertyType enumeration provides valid values for the tmx.Property.type property.

Members


<static> BOOL :string

The 'bool' type. Boolean properties have a value of either true or false.

Type:
  • string
Default Value:
  • bool

<static> COLOR :string

The 'color' type. Color properties are stored in the format #AARRGGBB.

Type:
  • string
Default Value:
  • color

<static> FILE :string

The 'file' type. File properties are stored as paths relative from the location of the map file.

Type:
  • string
Default Value:
  • file

<static> FLOAT :string

The 'float' type.

Type:
  • string
Default Value:
  • float

<static> INT :string

The 'int' type.

Type:
  • string
Default Value:
  • int

<static> STRING :string

The 'string' type.

Type:
  • string
Default Value:
  • string