C# 클래스 reversi.game.GameStartupCommand

상속: strange.extensions.command.impl.Command
파일 보기 프로젝트 열기: haysclark/strangeioc-reversi 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ) : void
addSceneLighting ( ) : void
buildGridSpaces ( int columns, int rows ) : void
demoPopulatedScene ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

addSceneLighting() 공개 메소드

public addSceneLighting ( ) : void
리턴 void

buildGridSpaces() 공개 메소드

public buildGridSpaces ( int columns, int rows ) : void
columns int
rows int
리턴 void

demoPopulatedScene() 공개 메소드

public demoPopulatedScene ( ) : void
리턴 void