White Pawn3 D
open class WhitePawn3D(player: Player, promotionRegion: Region3D, pawnPromotions: List<Piece3D>) : ChessPawn3D, Piece3D
Content copied to clipboard
Represents a white pawn 3D
Constructors
WhitePawn3D
Link copied to clipboard
fun WhitePawn3D(player: Player, promotionRegion: Region3D, pawnPromotions: List<Piece3D>)
Content copied to clipboard
Functions
Properties
moveGenerators
Link copied to clipboard
pawnPromotions
Link copied to clipboard
promotionRegion
Link copied to clipboard
Inheritors
StandardWhitePawn3D
Link copied to clipboard