C# Class TiledPipelineExtensions.Layer

显示文件 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Properties

Property Type Description
Height int
Name string
Opacity float
Properties List
Type string
Visible bool
Width int

Public Methods

Method Description
Layer ( XmlNode node ) : System

Method Details

Layer() public method

public Layer ( XmlNode node ) : System
node System.Xml.XmlNode
return System

Property Details

Height public_oe property

public int Height
return int

Name public_oe property

public string Name
return string

Opacity public_oe property

public float Opacity
return float

Properties public_oe property

public List Properties
return List

Type public_oe property

public string Type
return string

Visible public_oe property

public bool Visible
return bool

Width public_oe property

public int Width
return int