Search Results for

    Show / Hide Table of Contents

    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

    The center hint proxy window.

    Declaration
    public static Window Center
    Field Value
    Window

    Down

    The down hint proxy window.

    Declaration
    public static Window Down
    Field Value
    Window

    HintWindowsSize

    The hint windows size.

    Declaration
    public const float HintWindowsSize = 32F
    Field Value
    System.Single

    Left

    The left hint proxy window.

    Declaration
    public static Window Left
    Field Value
    Window

    Right

    The right hint proxy window.

    Declaration
    public static Window Right
    Field Value
    Window

    Up

    The up hint proxy window.

    Declaration
    public static Window Up
    Field Value
    Window

    Window

    The drag proxy window.

    Declaration
    public static Window Window
    Field Value
    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()
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat