Class DockHintWindow.Proxy
Contains helper proxy windows shared across docking panels. They are used to visualize docking window locations.
Inheritance
System.Object
DockHintWindow.Proxy
Namespace: FlaxEditor.GUI.Docking
Assembly: FlaxEngine.CSharp.dll
Syntax
public static class Proxy : Object
Fields
Center
Down
HintWindowsSize
The hint windows size.
Declaration
public const float HintWindowsSize = 32F
Field Value
System.Single
|
Left
Right
Up
Window
Methods
Dispose()
Releases proxy data and windows.
Declaration
public static void Dispose()
Hide()
Hides proxy windows.
Declaration
public static void Hide()
Init(ref Float2)
Initializes the hint window.
Declaration
public static void Init(ref Float2 initSize)
Parameters
Float2
initSize
Initial size of the proxy window. |
InitHitProxy()
Initializes the hit proxy windows. Those windows are used to indicate drag target areas (left, right, top, bottom, etc.).
Declaration
public static void InitHitProxy()