C# 클래스 machine2014arcade.Game.Stacker

파일 보기 프로젝트 열기: JDGETS/machine2014 1 사용 예제들

공개 메소드들

메소드 설명
Stacker ( GameParameters gameParams, int columnCount ) : System
chop ( Direction side ) : void
isDead ( ) : bool
move ( ) : void
setRandomDirection ( ) : void
setRandomPosition ( ) : void

메소드 상세

Stacker() 공개 메소드

public Stacker ( GameParameters gameParams, int columnCount ) : System
gameParams GameParameters
columnCount int
리턴 System

chop() 공개 메소드

public chop ( Direction side ) : void
side Direction
리턴 void

isDead() 공개 메소드

public isDead ( ) : bool
리턴 bool

move() 공개 메소드

public move ( ) : void
리턴 void

setRandomDirection() 공개 메소드

public setRandomDirection ( ) : void
리턴 void

setRandomPosition() 공개 메소드

public setRandomPosition ( ) : void
리턴 void