C# Class OpenRA.TerrainTileInfo

Datei anzeigen Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Height byte
LeftColor System.Drawing.Color
RampType byte
RightColor System.Drawing.Color
ZOffset float
ZRamp float

Public Methods

Method Description
Save ( TileSet tileSet ) : MiniYaml

Method Details

Save() public method

public Save ( TileSet tileSet ) : MiniYaml
tileSet TileSet
return MiniYaml

Property Details

Height public_oe property

public byte Height
return byte

LeftColor public_oe property

public Color,System.Drawing LeftColor
return System.Drawing.Color

RampType public_oe property

public byte RampType
return byte

RightColor public_oe property

public Color,System.Drawing RightColor
return System.Drawing.Color

ZOffset public_oe property

public float ZOffset
return float

ZRamp public_oe property

public float ZRamp
return float