C# Class GameCommon.PlayField

Mostrar archivo Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
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

Method Details

DestroyJewels() public method

public DestroyJewels ( bool boxesToRemove ) : void
boxesToRemove bool
return void

DrawIfCursorPosition() public method

public DrawIfCursorPosition ( ) : void
return void

DrawPlayField() public method

public DrawPlayField ( ) : void
return void

GetLength() public method

public GetLength ( int ind ) : int
ind int
return int

InitPlayField() public method

public InitPlayField ( char symbol ) : void
symbol char
return void

PlayField() public method

public PlayField ( ) : System
return System

isFull() public method

public isFull ( ) : bool
return bool

this() public method

public this ( int i, int j ) : Box
i int
j int
return Box