mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 11:12:49 +08:00
1.5.4 cleanup
This commit is contained in:
@ -45,7 +45,7 @@ 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)
|
||||
|
Reference in New Issue
Block a user