C# 클래스 MemoryController, Team-6

상속: AbstractController
파일 보기 프로젝트 열기: RUGSoftEng/Team-6 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
colorCorrect Color
end GameObject
maxWordLength int
pressText Text

공개 메소드들

메소드 설명
AssignData ( ) : void
ButtonHold ( int i ) : void
ButtonPressed ( int i ) : void
CreateEndscreen ( ) : void
FadeText ( ) : IEnumerator
LockAllButtons ( ) : void
Start ( ) : void
UnlockAllButtons ( ) : void
overlapping ( int i ) : bool
switchDifficulty ( ) : void

비공개 메소드들

메소드 설명
HoldButton ( int i ) : IEnumerator
WaitButtons ( int b1, int b2 ) : IEnumerator
toggleTextVisibility ( ) : void

메소드 상세

AssignData() 공개 메소드

public AssignData ( ) : void
리턴 void

ButtonHold() 공개 메소드

public ButtonHold ( int i ) : void
i int
리턴 void

ButtonPressed() 공개 메소드

public ButtonPressed ( int i ) : void
i int
리턴 void

CreateEndscreen() 공개 메소드

public CreateEndscreen ( ) : void
리턴 void

FadeText() 공개 메소드

public FadeText ( ) : IEnumerator
리턴 IEnumerator

LockAllButtons() 공개 메소드

public LockAllButtons ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UnlockAllButtons() 공개 메소드

public UnlockAllButtons ( ) : void
리턴 void

overlapping() 공개 메소드

public overlapping ( int i ) : bool
i int
리턴 bool

switchDifficulty() 공개 메소드

public switchDifficulty ( ) : void
리턴 void

프로퍼티 상세

colorCorrect 공개적으로 프로퍼티

public Color colorCorrect
리턴 Color

end 공개적으로 프로퍼티

public GameObject end
리턴 GameObject

maxWordLength 공개적으로 프로퍼티

public int maxWordLength
리턴 int

pressText 공개적으로 프로퍼티

public Text pressText
리턴 Text