Property
The Property class represents a property of a Tiled object. It includes fields for the property name, type, and value.
Example usage:
Property p = new Property();
p.name = "myProperty";
p.type = "number";
p.value = "42";

The Property class represents a property of a Tiled object. It includes fields for the property name, type, and value.
Example usage:
Property p = new Property();
p.name = "myProperty";
p.type = "number";
p.value = "42";