C# 클래스 Game.ChessStep

상속: AbstractStep
파일 보기 프로젝트 열기: porcellus/KomponensAlapuJatek

보호된 프로퍼티들

프로퍼티 타입 설명
fromRow int
toRow int
type Figure.StepType

공개 메소드들

메소드 설명
ChessStep ( int fr, int fc, int tr, int tc, Figure t ) : System
GetFromPosition ( ) : int[]
GetStepType ( ) : Figure.StepType
GetToPosition ( ) : int[]

메소드 상세

ChessStep() 공개 메소드

public ChessStep ( int fr, int fc, int tr, int tc, Figure t ) : System
fr int
fc int
tr int
tc int
t Figure
리턴 System

GetFromPosition() 공개 메소드

public GetFromPosition ( ) : int[]
리턴 int[]

GetStepType() 공개 메소드

public GetStepType ( ) : Figure.StepType
리턴 Figure.StepType

GetToPosition() 공개 메소드

public GetToPosition ( ) : int[]
리턴 int[]

프로퍼티 상세

fromRow 보호되어 있는 프로퍼티

protected int fromRow
리턴 int

toRow 보호되어 있는 프로퍼티

protected int toRow
리턴 int

type 보호되어 있는 프로퍼티

protected Figure.StepType type
리턴 Figure.StepType