C# 클래스 GameCommon.PlayField

파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
DestroyJewels ( bool boxesToRemove ) : void
DrawIfCursorPosition ( ) : void
DrawPlayField ( ) : void
GetLength ( int ind ) : int
InitPlayField ( char symbol ) : void
PlayField ( ) : System
isFull ( ) : bool
this ( int i, int j ) : Box

메소드 상세

DestroyJewels() 공개 메소드

public DestroyJewels ( bool boxesToRemove ) : void
boxesToRemove bool
리턴 void

DrawIfCursorPosition() 공개 메소드

public DrawIfCursorPosition ( ) : void
리턴 void

DrawPlayField() 공개 메소드

public DrawPlayField ( ) : void
리턴 void

GetLength() 공개 메소드

public GetLength ( int ind ) : int
ind int
리턴 int

InitPlayField() 공개 메소드

public InitPlayField ( char symbol ) : void
symbol char
리턴 void

PlayField() 공개 메소드

public PlayField ( ) : System
리턴 System

isFull() 공개 메소드

public isFull ( ) : bool
리턴 bool

this() 공개 메소드

public this ( int i, int j ) : Box
i int
j int
리턴 Box