mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 15:46:36 +08:00
More progress
This commit is contained in:
@ -12,7 +12,7 @@ namespace UnityExplorer.UI.Models
|
||||
|
||||
public bool Enabled
|
||||
{
|
||||
get => UIRoot && UIRoot.activeSelf;
|
||||
get => UIRoot && UIRoot.activeInHierarchy;
|
||||
set
|
||||
{
|
||||
if (!UIRoot || Enabled == value)
|
||||
|
Reference in New Issue
Block a user