C# Class startMenu, Vivid

Inheritance: MonoBehaviour
Mostra file Open project: lcoblamm/Vivid

Public Properties

Property Type Description
infoPanel GameObject
menu GameObject

Public Methods

Method Description
BlueYellowPress ( ) : void
BlueYellowSimPress ( ) : void
CloseInfoPanel ( ) : void
ColorPickerPress ( ) : void
HighContrastPress ( ) : void
HueShiftPress ( ) : void
NegativePress ( ) : void
OpenInfoPanel ( ) : void
RedGreenPress ( ) : void
RedGreenSimPress ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
TransitionToScene ( ) : void

Method Details

BlueYellowPress() public method

public BlueYellowPress ( ) : void
return void

BlueYellowSimPress() public method

public BlueYellowSimPress ( ) : void
return void

CloseInfoPanel() public method

public CloseInfoPanel ( ) : void
return void

ColorPickerPress() public method

public ColorPickerPress ( ) : void
return void

HighContrastPress() public method

public HighContrastPress ( ) : void
return void

HueShiftPress() public method

public HueShiftPress ( ) : void
return void

NegativePress() public method

public NegativePress ( ) : void
return void

OpenInfoPanel() public method

public OpenInfoPanel ( ) : void
return void

RedGreenPress() public method

public RedGreenPress ( ) : void
return void

RedGreenSimPress() public method

public RedGreenSimPress ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

infoPanel public_oe property

public GameObject infoPanel
return GameObject

menu public_oe property

public GameObject menu
return GameObject