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.

Layer properties in Tiled

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

Properties in Tiled

Last updated

Was this helpful?