mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 15:46:36 +08:00
@ -142,11 +142,11 @@ namespace Explorer
|
||||
|
||||
// ============= Resize Window Helper ============
|
||||
|
||||
//static readonly GUIContent gcDrag = new GUIContent("<->");
|
||||
static readonly GUIContent gcDrag = new GUIContent("<->");
|
||||
|
||||
//private static bool isResizing = false;
|
||||
//private static Rect m_currentResize;
|
||||
//private static int m_currentWindow;
|
||||
private static bool isResizing = false;
|
||||
private static Rect m_currentResize;
|
||||
private static int m_currentWindow;
|
||||
|
||||
public static Rect ResizeWindow(Rect _rect, int ID)
|
||||
{
|
||||
|
Reference in New Issue
Block a user