C# Class PlayerComponent, Necromaestro

Inheritance: IComponent
Exibir arquivo Open project: osmanzeki/Necromaestro Class Usage Examples

Public Methods

Method Description
ChangeBehaviour ( Behaviour, b ) : void
HoldEnd ( GameMessage, msg ) : void
HoldStart ( GameMessage, msg ) : void
Start ( ) : void
SwipeLeft ( GameMessage, msg ) : void
SwipeRight ( GameMessage, msg ) : void
Tap ( GameMessage, msg ) : void
Tilt ( GameMessage, msg ) : void

Method Details

ChangeBehaviour() public method

public ChangeBehaviour ( Behaviour, b ) : void
b Behaviour,
return void

HoldEnd() public method

public HoldEnd ( GameMessage, msg ) : void
msg GameMessage,
return void

HoldStart() public method

public HoldStart ( GameMessage, msg ) : void
msg GameMessage,
return void

Start() public method

public Start ( ) : void
return void

SwipeLeft() public method

public SwipeLeft ( GameMessage, msg ) : void
msg GameMessage,
return void

SwipeRight() public method

public SwipeRight ( GameMessage, msg ) : void
msg GameMessage,
return void

Tap() public method

public Tap ( GameMessage, msg ) : void
msg GameMessage,
return void

Tilt() public method

public Tilt ( GameMessage, msg ) : void
msg GameMessage,
return void