• Home
  • API documentation
Show / Hide Table of Contents
  • ChessSharp
    • ChessUtilities
    • GameBoard
    • GameState
    • Move
    • Piece
    • Player
  • ChessSharp.Pieces
    • Bishop
    • King
    • Knight
    • Pawn
    • PawnPromotion
    • Queen
    • Rook
  • ChessSharp.SquareData
    • File
    • Rank
    • Square

Enum Player

Represents a player.

Namespace: ChessSharp
Assembly: ChessSharp.dll
Syntax
public enum Player

Fields

Name Description
Black

Represents the black player.

White

Represents the white player.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX