C# Class RotatingMenuPanel, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Show file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
dependsOnNameField bool
displayPanel Image
mainButton Button
screenLabel Text[]
switchButtons Button[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
activatePanel ( ) : void
deactivatePanel ( ) : void
setPanelObjectStates ( bool active ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activatePanel() public method

public activatePanel ( ) : void
return void

deactivatePanel() public method

public deactivatePanel ( ) : void
return void

setPanelObjectStates() public method

public setPanelObjectStates ( bool active ) : void
active bool
return void

Property Details

dependsOnNameField public property

public bool dependsOnNameField
return bool

displayPanel public property

public Image displayPanel
return Image

mainButton public property

public Button mainButton
return Button

screenLabel public property

public Text[] screenLabel
return Text[]

switchButtons public property

public Button[] switchButtons
return Button[]