C# Class TitleScreenUI, ggj16

Inheritance: MonoBehaviour
Mostrar archivo Open project: amzeratul/ggj16

Public Methods

Method Description
OnOptionChosen ( int option ) : void

Protected Methods

Method Description
OnEnable ( ) : void
Start ( ) : void

Private Methods

Method Description
InitIcons ( ) : void

Method Details

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnOptionChosen() public method

public OnOptionChosen ( int option ) : void
option int
return void

Start() protected method

protected Start ( ) : void
return void