Properties
Introduction
The Properties list contains properties on a MapDrawableBatch obtained from Layer properties in tiled.
Properties can be added to Layers in Tiled to be accessed at runtime.

Code Example - Accessing Layer Properties
The following code shows how to access layers in Tiled. It assumes that the Tiled layer has the following properties:
StringProperty
FloatProperty
IntProperty

Last updated
Was this helpful?