Search Results for

    Show / Hide Table of Contents

    Class WindowType

    Specifies the type of the window.

    Inheritance
    System.Object
    WindowType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class WindowType : Enum

    Fields

    Popup

    Popup window.

    Declaration
    public const WindowType Popup
    Field Value
    WindowType

    Regular

    Regular window.

    Declaration
    public const WindowType Regular
    Field Value
    WindowType

    Tooltip

    Tooltip window.

    Declaration
    public const WindowType Tooltip
    Field Value
    WindowType

    Utility

    Utility window.

    Declaration
    public const WindowType Utility
    Field Value
    WindowType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat