TiledSharp
0.9.1 r0
A .NET C# library for importing Tiled TMX tile maps
|
List of map layer elements. More...
Public Member Functions | |
new void | Add (T t) |
Add element to TMX list. | |
Static Public Attributes | |
static Dictionary< Tuple < TmxList< T >, string >, int > | nameCount = new Dictionary<Tuple<TmxList<T>, string>, int>() |
Duplicate element name counter. | |
Protected Member Functions | |
override string | GetKeyForItem (T t) |
Map layer names to list index. | |
List of map layer elements.
T | : | ITmxElement |
Definition at line 54 of file TiledCore.cs.