C# Class MemoryController, Team-6

Inheritance: AbstractController
Show file Open project: RUGSoftEng/Team-6 Class Usage Examples

Public Properties

Property Type Description
colorCorrect Color
end GameObject
maxWordLength int
pressText Text

Public Methods

Method Description
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

Private Methods

Method Description
HoldButton ( int i ) : IEnumerator
WaitButtons ( int b1, int b2 ) : IEnumerator
toggleTextVisibility ( ) : void

Method Details

AssignData() public method

public AssignData ( ) : void
return void

ButtonHold() public method

public ButtonHold ( int i ) : void
i int
return void

ButtonPressed() public method

public ButtonPressed ( int i ) : void
i int
return void

CreateEndscreen() public method

public CreateEndscreen ( ) : void
return void

FadeText() public method

public FadeText ( ) : IEnumerator
return IEnumerator

LockAllButtons() public method

public LockAllButtons ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UnlockAllButtons() public method

public UnlockAllButtons ( ) : void
return void

overlapping() public method

public overlapping ( int i ) : bool
i int
return bool

switchDifficulty() public method

public switchDifficulty ( ) : void
return void

Property Details

colorCorrect public property

public Color colorCorrect
return Color

end public property

public GameObject end
return GameObject

maxWordLength public property

public int maxWordLength
return int

pressText public property

public Text pressText
return Text