C# Class OpenRA.ResourceTile

显示文件 Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Index byte
Type byte

Public Methods

Method Description
GetHashCode ( ) : int
ResourceTile ( byte type, byte index )

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

ResourceTile() public method

public ResourceTile ( byte type, byte index )
type byte
index byte

Property Details

Index public_oe property

public byte Index
return byte

Type public_oe property

public byte Type
return byte