C# Class InGameUI, ggj16

Inheritance: MonoBehaviour
Mostra file Open project: amzeratul/ggj16 Class Usage Examples

Public Methods

Method Description
EndOfMatch ( ) : void
Reset ( ) : void
ShowDanceMove ( DanceMove, dance ) : void

Protected Methods

Method Description
OnEnable ( ) : void
Update ( ) : void

Method Details

EndOfMatch() public method

public EndOfMatch ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

ShowDanceMove() public method

public ShowDanceMove ( DanceMove, dance ) : void
dance DanceMove,
return void

Update() protected method

protected Update ( ) : void
return void