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
|