C# Class ECSChess.Components.Chess.Tile

Mostrar archivo Open project: frankvHoof93/ECSChess

Public Properties

Property Type Description
Value ChessPosition

Public Methods

Method Description
Tile ( ChessPosition position ) : ECSChess.Misc.DataTypes

Creates a Tile

Method Details

Tile() public method

Creates a Tile
public Tile ( ChessPosition position ) : ECSChess.Misc.DataTypes
position ChessPosition Value for Tile
return ECSChess.Misc.DataTypes

Property Details

Value public_oe property

Value (Position) for Tile
public ChessPosition Value
return ChessPosition