Class PanelData
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
[Serializable]
public class PanelData
- Inheritance
-
objectPanelData
Fields
ButtonObject
Optional button GameObject associated with the panel.
public GameObject ButtonObject
Field Value
- GameObject
FirstSelected
First selected GameObject when this panel becomes active.
public GameObject FirstSelected
Field Value
- GameObject
PanelName
Logical name used to select this panel.
public string PanelName
Field Value
- string
PanelObject
Root GameObject of the panel.
public GameObject PanelObject
Field Value
- GameObject