ActionAdventureKit 1.8.0
|
base class for the panels that can be opened in the menu using the buttons in the top right in souls
provides basic functionality like showing and hiding the panel
Protected Member Functions | |
virtual void | Awake () |
virtual void | Start () |
virtual void | show () |
virtual void | hide () |
Protected Attributes | |
bool | _isVisible |
UIDocument | _document |
Properties | |
bool | IsVisible [get, set] |
VisualElement | Root [get] |