Class ThemeOptions
Theme options data container object.
Inheritance
System.Object
ThemeOptions
Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
public sealed class ThemeOptions : Object
Constructors
ThemeOptions()
Declaration
public ThemeOptions()
Fields
SelectedStyle
Currently selected style.
Declaration
[CustomEditor]
[Tooltip("Restart Editor to apply style")]
public string SelectedStyle
Field 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>
|