C# 클래스 Queem.Core.AttacksGenerators.QueenAttacksGenerator

상속: AttacksGenerator
파일 보기 프로젝트 열기: Ribtoks/Queem

보호된 프로퍼티들

프로퍼티 타입 설명
bishopProvider BishopAttacksGenerator
rookProvider RookAttacksGenerator

공개 메소드들

메소드 설명
GetAttacks ( Square figureSquare, ulong otherFigures ) : ulong

메소드 상세

GetAttacks() 공개 메소드

public GetAttacks ( Square figureSquare, ulong otherFigures ) : ulong
figureSquare Square
otherFigures ulong
리턴 ulong

프로퍼티 상세

bishopProvider 보호되어 있는 프로퍼티

protected BishopAttacksGenerator bishopProvider
리턴 BishopAttacksGenerator

rookProvider 보호되어 있는 프로퍼티

protected RookAttacksGenerator,Queem.Core.AttacksGenerators rookProvider
리턴 RookAttacksGenerator