C# Class GameCommon.PlayField

Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DestroyJewels ( bool boxesToRemove ) : void
boxesToRemove bool
Résultat void

DrawIfCursorPosition() public méthode

public DrawIfCursorPosition ( ) : void
Résultat void

DrawPlayField() public méthode

public DrawPlayField ( ) : void
Résultat void

GetLength() public méthode

public GetLength ( int ind ) : int
ind int
Résultat int

InitPlayField() public méthode

public InitPlayField ( char symbol ) : void
symbol char
Résultat void

PlayField() public méthode

public PlayField ( ) : System
Résultat System

isFull() public méthode

public isFull ( ) : bool
Résultat bool

this() public méthode

public this ( int i, int j ) : Box
i int
j int
Résultat Box