C# Class RotatingMenuPanel, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
dependsOnNameField bool
displayPanel Image
mainButton Button
screenLabel Text[]
switchButtons Button[]

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
activatePanel ( ) : void
deactivatePanel ( ) : void
setPanelObjectStates ( bool active ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

activatePanel() public méthode

public activatePanel ( ) : void
Résultat void

deactivatePanel() public méthode

public deactivatePanel ( ) : void
Résultat void

setPanelObjectStates() public méthode

public setPanelObjectStates ( bool active ) : void
active bool
Résultat void

Property Details

dependsOnNameField public_oe property

public bool dependsOnNameField
Résultat bool

displayPanel public_oe property

public Image displayPanel
Résultat Image

mainButton public_oe property

public Button mainButton
Résultat Button

screenLabel public_oe property

public Text[] screenLabel
Résultat Text[]

switchButtons public_oe property

public Button[] switchButtons
Résultat Button[]