C# 클래스 BridgeSwitch, PuzzleGameProject

상속: SpecialElement
파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject

공개 프로퍼티들

프로퍼티 타입 설명
lBridge ArrayList
lSwitch ArrayList

공개 메소드들

메소드 설명
ChangeColor ( ) : void
Effect ( bool isTreated = false ) : EffectTransformation,
Start ( ) : void

메소드 상세

ChangeColor() 공개 메소드

public ChangeColor ( ) : void
리턴 void

Effect() 공개 메소드

public Effect ( bool isTreated = false ) : EffectTransformation,
isTreated bool
리턴 EffectTransformation,

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

lBridge 공개적으로 프로퍼티

public ArrayList lBridge
리턴 ArrayList

lSwitch 공개적으로 프로퍼티

public ArrayList lSwitch
리턴 ArrayList