mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-04 00:23:31 +08:00
Update TransformTree immediately on user changes
This commit is contained in:
parent
f00134b283
commit
938a991594
@ -351,14 +351,14 @@ namespace UnityExplorer.UI.Widgets
|
|||||||
else
|
else
|
||||||
expandedInstanceIDs.Add(instanceID);
|
expandedInstanceIDs.Add(instanceID);
|
||||||
|
|
||||||
RefreshData(true, false, true, false);
|
RefreshData(true, false, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnCellEnableToggled(CachedTransform cache)
|
public void OnCellEnableToggled(CachedTransform cache)
|
||||||
{
|
{
|
||||||
cache.Value.gameObject.SetActive(!cache.Value.gameObject.activeSelf);
|
cache.Value.gameObject.SetActive(!cache.Value.gameObject.activeSelf);
|
||||||
|
|
||||||
RefreshData(true, false, true, false);
|
RefreshData(true, false, true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user