C# Class tetris.Tetronimo

Afficher le fichier Open project: ttocs7/tetris Class Usage Examples

Méthodes publiques

Свойство Type Description
location Globals.coords

Méthodes publiques

Méthode Description
GetDimensions ( ) : void
Tetronimo ( Tetronimo oldPiece ) : System
Tetronimo ( int type ) : System
getRotation ( rotType dir ) : ].int[
getShape ( int type ) : ].int[
setRotation ( rotType dir ) : ].int[

Private Methods

Méthode Description
Tetronimo ( ) : System

Method Details

GetDimensions() public méthode

public GetDimensions ( ) : void
Résultat void

Tetronimo() public méthode

public Tetronimo ( Tetronimo oldPiece ) : System
oldPiece Tetronimo
Résultat System

Tetronimo() public méthode

public Tetronimo ( int type ) : System
type int
Résultat System

getRotation() public méthode

public getRotation ( rotType dir ) : ].int[
dir rotType
Résultat ].int[

getShape() public static méthode

public static getShape ( int type ) : ].int[
type int
Résultat ].int[

setRotation() public méthode

public setRotation ( rotType dir ) : ].int[
dir rotType
Résultat ].int[

Property Details

location public_oe property

public Globals.coords,tetris location
Résultat Globals.coords