ChessApplication.ChessBoard.SetPiece Function
Set a piece on the chessboard.
Public void SetPiece (ChessApplication.ChessPosition, ChessApplication.ChessPiece)
Type
Name
Description
ChessPosition
p
The position of the Piece to set
ChessPiece
piece
The chess piece to place on the square
Return
Description
void