• 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 PawnPromotion

Represents the promotion of the pawn.

Namespace: ChessSharp.Pieces
Assembly: ChessSharp.dll
Syntax
public enum PawnPromotion

Fields

Name Description
Bishop

Promote the pawn to a bishop.

Knight

Promote the pawn to a knight.

Queen

Promote the pawn to a queen.

Rook

Promote the pawn to a rook.

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