C# Class reversi.game.GameStartupCommand

Inheritance: strange.extensions.command.impl.Command
Afficher le fichier Open project: haysclark/strangeioc-reversi Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( ) : void
addSceneLighting ( ) : void
buildGridSpaces ( int columns, int rows ) : void
demoPopulatedScene ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

addSceneLighting() public méthode

public addSceneLighting ( ) : void
Résultat void

buildGridSpaces() public méthode

public buildGridSpaces ( int columns, int rows ) : void
columns int
rows int
Résultat void

demoPopulatedScene() public méthode

public demoPopulatedScene ( ) : void
Résultat void