mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-01-08 10:13:25 +08:00
1.5.4 cleanup
This commit is contained in:
parent
883a8705c3
commit
72ec34090d
@ -43,9 +43,9 @@ namespace Explorer
|
||||
}
|
||||
|
||||
// ======= public methods ======= //
|
||||
|
||||
|
||||
// Fix for GUILayoutUtility.GetLastRect().
|
||||
// Calls UnstripExtensions.GetLastRectUnstripped.
|
||||
// Calls UnstripExtensions.GetLastUnstripped.
|
||||
|
||||
public static Rect GetLastRect()
|
||||
{
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user