Class ThemeOptions
Theme options data container object.
Inheritance
System.Object
    ThemeOptions
    Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
public sealed class ThemeOptions : ObjectConstructors
ThemeOptions()
Declaration
public ThemeOptions()Fields
SelectedStyle
Currently selected style.
Declaration
[CustomEditor]
[Tooltip("Restart Editor to apply style")]
public string SelectedStyleField Value
| System.String 
 | 
Properties
Styles
All available styles.
Declaration
public Dictionary<string, Style> Styles { get; set; }Property Value
| System.Collections.Generic.Dictionary<System.String, Style> 
 |