Interface IProperty
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Interface for properties that can be attached to objects, tiles, tilesets, maps etc.
public interface IProperty
Properties
Name
The name of the property.
string Name { get; set; }
Property Value
Type
The type of the property.
PropertyType Type { get; }
Property Value
Methods
Clone()
Clones the property, only used for copying properties when performing overriding with templates.
IProperty Clone()
Returns
- IProperty
An identical, but non-reference-equal, instance of the same property.