C# Class OpenRA.TerrainTileInfo

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

public byte Height
return byte

LeftColor public property

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

RampType public property

public byte RampType
return byte

RightColor public property

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

ZOffset public property

public float ZOffset
return float

ZRamp public property

public float ZRamp
return float