C# Class PanelSelector, Unity-2D-Jam-Template

Inheritance: MonoBehaviour
Afficher le fichier Open project: peabnuts123/Unity-2D-Jam-Template

Méthodes publiques

Свойство Type Description
panels GameObject[],

Méthodes publiques

Méthode Description
SelectPanel ( GameObject, selectedPanel ) : void

Deactivate all panels except for the target selected panel

Method Details

SelectPanel() public méthode

Deactivate all panels except for the target selected panel
public SelectPanel ( GameObject, selectedPanel ) : void
selectedPanel GameObject, Panel to activate
Résultat void

Property Details

panels public_oe property

public GameObject[], panels
Résultat GameObject[],