TiledSharp  0.9.1 r0
A .NET C# library for importing Tiled TMX tile maps
 All Classes Namespaces Files Functions Variables Enumerations Properties Pages
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
TiledSharp.TmxList< T > Class Template Reference

List of map layer elements. More...

Inheritance diagram for TiledSharp.TmxList< T >:

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.
 

Detailed Description

List of map layer elements.

Type Constraints
T :ITmxElement 

Definition at line 54 of file TiledCore.cs.


The documentation for this class was generated from the following files: