C# Class OpenRA.TerrainTile

Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Index byte
Type ushort

Public Methods

Method Description
GetHashCode ( ) : int
TerrainTile ( ushort type, byte index )

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

TerrainTile() public method

public TerrainTile ( ushort type, byte index )
type ushort
index byte

Property Details

Index public property

public byte Index
return byte

Type public property

public ushort Type
return ushort