mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 00:57:50 +08:00
Added Search page and AutoCompleter
This commit is contained in:
@ -26,6 +26,13 @@ namespace UnityExplorer.UI.Models
|
||||
|
||||
public abstract void ConstructUI(GameObject parent);
|
||||
|
||||
public virtual void Toggle() => SetActive(!Enabled);
|
||||
|
||||
public virtual void SetActive(bool active)
|
||||
{
|
||||
UIRoot?.SetActive(active);
|
||||
}
|
||||
|
||||
public virtual void Destroy()
|
||||
{
|
||||
if (UIRoot)
|
||||
|
Reference in New Issue
Block a user