mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 09:07:51 +08:00
some early steps remaking the GUI with UnityEngine.UI, working in all tested game so far
This commit is contained in:
@ -7,7 +7,7 @@ using System.Text;
|
||||
using System.Reflection;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Explorer.Helpers
|
||||
namespace ExplorerBeta.Helpers
|
||||
{
|
||||
[SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "External methods")]
|
||||
public static class ICallHelper
|
||||
|
@ -13,7 +13,7 @@ using UnhollowerRuntimeLib;
|
||||
using System.Runtime.InteropServices;
|
||||
#endif
|
||||
|
||||
namespace Explorer.Helpers
|
||||
namespace ExplorerBeta.Helpers
|
||||
{
|
||||
[SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "External methods")]
|
||||
public class ReflectionHelpers
|
||||
|
@ -6,10 +6,10 @@ using UnityEngine;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
#if CPP
|
||||
using Explorer.Unstrip.ImageConversion;
|
||||
using ExplorerBeta.Unstrip.ImageConversion;
|
||||
#endif
|
||||
|
||||
namespace Explorer.Helpers
|
||||
namespace ExplorerBeta.Helpers
|
||||
{
|
||||
public static class Texture2DHelpers
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Explorer.Helpers
|
||||
namespace ExplorerBeta.Helpers
|
||||
{
|
||||
public class UnityHelpers
|
||||
{
|
||||
|
Reference in New Issue
Block a user