mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
1.5.4 cleanup
This commit is contained in:
parent
883a8705c3
commit
72ec34090d
@ -45,7 +45,7 @@ namespace Explorer
|
|||||||
// ======= public methods ======= //
|
// ======= public methods ======= //
|
||||||
|
|
||||||
// Fix for GUILayoutUtility.GetLastRect().
|
// Fix for GUILayoutUtility.GetLastRect().
|
||||||
// Calls UnstripExtensions.GetLastRectUnstripped.
|
// Calls UnstripExtensions.GetLastUnstripped.
|
||||||
|
|
||||||
public static Rect GetLastRect()
|
public static Rect GetLastRect()
|
||||||
{
|
{
|
||||||
|
@ -27,6 +27,9 @@ namespace Explorer
|
|||||||
public Vector2 scrollPosition;
|
public Vector2 scrollPosition;
|
||||||
public bool apply;
|
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 Dictionary<IntPtr, ScrollViewStateUnstrip> Dict = new Dictionary<IntPtr, ScrollViewStateUnstrip>();
|
||||||
|
|
||||||
public static ScrollViewStateUnstrip FromPointer(IntPtr ptr)
|
public static ScrollViewStateUnstrip FromPointer(IntPtr ptr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user