C# Class DanceIcon, ggj16

Inheritance: MonoBehaviour
Mostra file Open project: amzeratul/ggj16

Public Methods

Method Description
OnEnable ( ) : void
ShowDanceIcon ( int id ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
DoShowDanceIcon ( ) : IEnumerator

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

ShowDanceIcon() public method

public ShowDanceIcon ( int id ) : void
id int
return void