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

Inheritance: MonoBehaviour
Datei anzeigen Open project: peabnuts123/Unity-2D-Jam-Template

Public Properties

Property Type Description
panels GameObject[],

Public Methods

Method Description
SelectPanel ( GameObject, selectedPanel ) : void

Deactivate all panels except for the target selected panel

Method Details

SelectPanel() public method

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

Property Details

panels public_oe property

public GameObject[], panels
return GameObject[],