C# Class FC3Editor.Nomad.WorldImport.TextureSectorInfo

Show file Open project: Azerothian/fc3editor Class Usage Examples

Public Properties

Property Type Description
layerFile string
layerIds List
layerIndexes List
sectorX int
sectorY int
xmlSector System.Xml.XmlElement

Property Details

layerFile public property

public string layerFile
return string

layerIds public property

public List layerIds
return List

layerIndexes public property

public List layerIndexes
return List

sectorX public property

public int sectorX
return int

sectorY public property

public int sectorY
return int

xmlSector public property

public XmlElement,System.Xml xmlSector
return System.Xml.XmlElement