C# Class TiledPipelineExtensions.Property

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

Public Properties

Property Type Description
Name string
Value string

Public Methods

Method Description
Property ( string name, string value ) : System
ReadProperties ( XmlNode node ) : List

Method Details

Property() public method

public Property ( string name, string value ) : System
name string
value string
return System

ReadProperties() public static method

public static ReadProperties ( XmlNode node ) : List
node System.Xml.XmlNode
return List

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public string Value
return string