C# Class TiledPipelineExtensions.Layer

Show file 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 property

public int Height
return int

Name public property

public string Name
return string

Opacity public property

public float Opacity
return float

Properties public property

public List Properties
return List

Type public property

public string Type
return string

Visible public property

public bool Visible
return bool

Width public property

public int Width
return int