C# Class Tachycardia.IntroState

Inheritance: State
ファイルを表示 Open project: secred/Tachycardia

Public Methods

Method Description
Enter ( ) : void
Exit ( ) : void
KeyPressed ( MOIS keyEventRef ) : bool
Resume ( ) : void
Update ( ) : void

Private Methods

Method Description
Init ( ) : void

Method Details

Enter() public method

public Enter ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

KeyPressed() public method

public KeyPressed ( MOIS keyEventRef ) : bool
keyEventRef MOIS
return bool

Resume() public method

public Resume ( ) : void
return void

Update() public method

public Update ( ) : void
return void