Search Results for

    Show / Hide Table of Contents

    Class Style.StatusbarStyle

    Style for the Statusbar

    Inheritance
    System.Object
    Style.StatusbarStyle
    Namespace: FlaxEngine.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [ShowInEditor]
    public sealed class StatusbarStyle : ValueType

    Fields

    Failed

    Color of the Statusbar in its failed state (e.g. with compilation errors)

    Declaration
    public Color Failed
    Field Value
    Color

    Loading

    Color of the Statusbar when in loading state (e.g. when importing assets)

    Declaration
    public Color Loading
    Field Value
    Color

    PlayMode

    Color of the Statusbar when in Play Mode

    Declaration
    public Color PlayMode
    Field Value
    Color

    Extension Methods

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