|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for PanelManager:
Collaboration diagram for PanelManager:Public Member Functions | |
| void | UpdateCurrentPanel (RectTransform toActivate) |
| void | hideShowNewUI (bool show) |
Public Attributes | |
| GameObject | sidePanel |
| GameObject | canvas |
Definition at line 6 of file PanelManager.cs.
| void PanelManager.hideShowNewUI | ( | bool | show | ) |
Definition at line 35 of file PanelManager.cs.
References canvas, and UI.UIData.hiddenUI.
| void PanelManager.UpdateCurrentPanel | ( | RectTransform | toActivate | ) |
Updates the current panel.
| panelActive | Panel activated by the button |
Definition at line 15 of file PanelManager.cs.
| GameObject PanelManager.canvas |
Definition at line 8 of file PanelManager.cs.
Referenced by hideShowNewUI().
| GameObject PanelManager.sidePanel |
Definition at line 7 of file PanelManager.cs.