C# Class BeatVisualizer, ggj16

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

Public Methods

Method Description
OnExactTick ( ) : void
OnTick ( ) : void

Protected Methods

Method Description
OnDestroy ( ) : void
Start ( ) : void

Private Methods

Method Description
MakeBeat ( int side, float time ) : void

Method Details

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnExactTick() public method

public OnExactTick ( ) : void
return void

OnTick() public method

public OnTick ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void