Revert "some early steps remaking the GUI with UnityEngine.UI, working in all tested game so far"

This reverts commit 4280a071f6.
This commit is contained in:
sinaioutlander
2020-10-23 01:48:18 +11:00
parent 4280a071f6
commit 8949e3dc7d
79 changed files with 10276 additions and 2206 deletions

View File

@ -4,15 +4,14 @@ using System;
using UnityEngine;
using System.Reflection;
using System.Runtime.InteropServices;
using ExplorerBeta.UI.Shared;
using ExplorerBeta.UI;
using Explorer.UI.Shared;
#if CPP
using UnhollowerBaseLib;
using UnityEngine.SceneManagement;
using ExplorerBeta.Unstrip.ImageConversion;
using Explorer.Unstrip.ImageConversion;
#endif
namespace ExplorerBeta.Tests
namespace Explorer.Tests
{
public static class StaticTestClass
{
@ -41,7 +40,7 @@ namespace ExplorerBeta.Tests
}
private static bool m_setOnlyProperty;
public Texture2D TestTexture = UIManager.MakeSolidTexture(Color.white, 200, 200);
public Texture2D TestTexture = UIStyles.MakeTex(200, 200, Color.white);
public static Sprite TestSprite;
public static int StaticProperty => 5;