C# Class TiledSharp.TmxTileset

Inheritance: TmxDocument, ITmxElement
Afficher le fichier Open project: marshallward/TiledSharp Class Usage Examples

Méthodes publiques

Méthode Description
TmxTileset ( System.Xml.Linq.XContainer xDoc, string tmxDir ) : System
TmxTileset ( System.Xml.Linq.XElement xTileset, string tmxDir = "" ) : System

Method Details

TmxTileset() public méthode

public TmxTileset ( System.Xml.Linq.XContainer xDoc, string tmxDir ) : System
xDoc System.Xml.Linq.XContainer
tmxDir string
Résultat System

TmxTileset() public méthode

public TmxTileset ( System.Xml.Linq.XElement xTileset, string tmxDir = "" ) : System
xTileset System.Xml.Linq.XElement
tmxDir string
Résultat System