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

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

보호된 프로퍼티들

프로퍼티 타입 설명
attacks ulong[]
cases ulong[]
direction int
index int

공개 메소드들

메소드 설명
GetAttacks ( Square figures, ulong otherFigures ) : ulong
GetAttacks ( ulong figures, ulong otherFigures ) : ulong[]
PawnAttacksGenerator ( PlayerPosition position ) : System

메소드 상세

GetAttacks() 공개 메소드

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

GetAttacks() 공개 메소드

public GetAttacks ( ulong figures, ulong otherFigures ) : ulong[]
figures ulong
otherFigures ulong
리턴 ulong[]

PawnAttacksGenerator() 공개 메소드

public PawnAttacksGenerator ( PlayerPosition position ) : System
position PlayerPosition
리턴 System

프로퍼티 상세

attacks 보호되어 있는 프로퍼티

protected ulong[] attacks
리턴 ulong[]

cases 보호되어 있는 프로퍼티

protected ulong[] cases
리턴 ulong[]

direction 보호되어 있는 프로퍼티

protected int direction
리턴 int

index 보호되어 있는 프로퍼티

protected int index
리턴 int