C# Class DanceExecuter, ggj16

Inheritance: MonoBehaviour, Rhythm.Listener
Datei anzeigen Open project: amzeratul/ggj16 Class Usage Examples

Public Methods

Method Description
OnTick ( ) : void
Reset ( ) : void

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ArePlayersFlipped ( ) : bool
CheckDanceSequence ( ) : void
ClearHistory ( ) : void
ExactSequenceMatches ( DanceMove, danceMove, List history ) : bool
ExecuteDanceMove ( DanceMove, dance ) : void
GetDanceStep ( PlayerControl, move, PlayerControl, otherMove, bool flip, int distance ) : DanceStep
Match ( DanceStepPair, pair0, DanceStepPair, pair1 ) : bool
ProcessMoves ( PlayerControl, moves ) : void
SequenceMatches ( DanceMove, danceMove ) : bool
TryAway ( int distance ) : DanceStep
TryClose ( int distance ) : DanceStep

Method Details

OnTick() public method

public OnTick ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void