Table of Contents

Interface IProperty<T>

Namespace
DotTiled
Assembly
DotTiled.dll

Interface for properties that can be attached to objects, tiles, tilesets, maps etc.

public interface IProperty<T> : IProperty

Type Parameters

T

The type of the property value.

Inherited Members

Properties

Value

The value of the property.

T Value { get; set; }

Property Value

T