mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-10 05:53:55 +08:00
InteractiveBool, Il2Cpp>Mono type dict cache, some UI fixes
This commit is contained in:
@ -339,7 +339,7 @@ namespace UnityExplorer.UI
|
||||
GameObject labelObj = CreateUIObject("Label", toggleObj);
|
||||
|
||||
toggle = toggleObj.AddComponent<Toggle>();
|
||||
//toggle.isOn = true;
|
||||
toggle.isOn = true;
|
||||
Toggle toggleComp = toggle;
|
||||
|
||||
toggle.onValueChanged.AddListener(Deselect);
|
||||
|
Reference in New Issue
Block a user