* Added support for games which use the new InputSystem module and have disabled LegacyInputModule
This commit is contained in:
sinaioutlander
2020-10-01 18:57:28 +10:00
parent 5afaf85859
commit b4b5f1ec93
10 changed files with 209 additions and 94 deletions

View File

@ -267,7 +267,7 @@ namespace Explorer.UnstripInternals
#endregion
#region Scrolling
#region Scrolling
private static Il2CppSystem.Object GetStateObject(Il2CppSystem.Type type, int controlID)
{
@ -653,7 +653,9 @@ namespace Explorer.UnstripInternals
#endregion
}
public static class UnstripExtensions
#region Extensions
public static class Extensions
{
public static Rect Unstripped_GetLast(this GUILayoutGroup group)
{
@ -670,5 +672,7 @@ namespace Explorer.UnstripInternals
return result;
}
}
#endregion
}
#endif