Adding back rest of the menu, ported most of Reflection Inspector for new UI

This commit is contained in:
Sinai
2021-04-25 00:21:12 +10:00
parent 0cf8309a82
commit 6d4cc66079
44 changed files with 5995 additions and 350 deletions

View File

@ -165,10 +165,8 @@ namespace UnityExplorer.UI.Widgets.AutoComplete
{
var mainRect = uiRoot.GetComponent<RectTransform>();
mainRect.pivot = new Vector2(0f, 1f);
mainRect.anchorMin = new Vector2(0, 1);
mainRect.anchorMax = new Vector2(0, 1);
mainRect.offsetMin = new Vector2(25, 0);
mainRect.offsetMax = new Vector2(525, 169);
mainRect.anchorMin = new Vector2(0.42f, 0.4f);
mainRect.anchorMax = new Vector2(0.68f, 0.6f);
}
public override void ConstructPanelContent()