1.5.4 cleanup

This commit is contained in:
sinaioutlander 2020-09-04 21:51:38 +10:00
parent 883a8705c3
commit 72ec34090d
2 changed files with 5 additions and 2 deletions

View File

@ -43,9 +43,9 @@ namespace Explorer
}
// ======= public methods ======= //
// Fix for GUILayoutUtility.GetLastRect().
// Calls UnstripExtensions.GetLastRectUnstripped.
// Calls UnstripExtensions.GetLastUnstripped.
public static Rect GetLastRect()
{

View File

@ -27,6 +27,9 @@ namespace Explorer
public Vector2 scrollPosition;
public bool apply;
// The code below is not unstripped.
// This is a custom dictionary to allow for the manual implementation.
public static Dictionary<IntPtr, ScrollViewStateUnstrip> Dict = new Dictionary<IntPtr, ScrollViewStateUnstrip>();
public static ScrollViewStateUnstrip FromPointer(IntPtr ptr)