C# 클래스 MegaMan.Engine.BlocksPattern

Controls a sequence of disappearing blocks on the screen
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
BlocksPattern ( BlockPatternInfo info, IGameplayContainer container, IEntityPool entityPool ) : System.Collections.Generic
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Halt ( ) : void
Run ( ) : void
Update ( ) : void

메소드 상세

BlocksPattern() 공개 메소드

public BlocksPattern ( BlockPatternInfo info, IGameplayContainer container, IEntityPool entityPool ) : System.Collections.Generic
info MegaMan.Common.BlockPatternInfo
container IGameplayContainer
entityPool IEntityPool
리턴 System.Collections.Generic

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void