C# Class NTiled.Parsers.ObjectParser

Show file Open project: patriksvensson/ntiled

Public Methods

Method Description
ReadRectangleObject ( TiledObjectGroup layer, System.Xml.Linq.XElement root ) : void
ReadTileObject ( TiledObjectGroup layer, System.Xml.Linq.XElement root ) : void

Private Methods

Method Description
ReadGenericObjectInformation ( TiledObject obj, System.Xml.Linq.XElement root ) : void

Method Details

ReadRectangleObject() public static method

public static ReadRectangleObject ( TiledObjectGroup layer, System.Xml.Linq.XElement root ) : void
layer TiledObjectGroup
root System.Xml.Linq.XElement
return void

ReadTileObject() public static method

public static ReadTileObject ( TiledObjectGroup layer, System.Xml.Linq.XElement root ) : void
layer TiledObjectGroup
root System.Xml.Linq.XElement
return void