C# Class TiledPipelineExtensions.Layer

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Свойство Type Description
Height int
Name string
Opacity float
Properties List
Type string
Visible bool
Width int

Méthodes publiques

Méthode Description
Layer ( XmlNode node ) : System

Method Details

Layer() public méthode

public Layer ( XmlNode node ) : System
node System.Xml.XmlNode
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

Name public_oe property

public string Name
Résultat string

Opacity public_oe property

public float Opacity
Résultat float

Properties public_oe property

public List Properties
Résultat List

Type public_oe property

public string Type
Résultat string

Visible public_oe property

public bool Visible
Résultat bool

Width public_oe property

public int Width
Résultat int