Search Results for

    Show / Hide Table of Contents

    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>

    Extension Methods

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