Show / Hide Table of Contents

    Class Theme

    Theme scriptableObject for loading theme settings

    Inheritance
    Object
    Theme
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class Theme : ScriptableObject

    Fields

    CustomSettings

    Declaration
    public List<InteractableThemePropertyValue> CustomSettings
    Field Value
    Type Description
    List<InteractableThemePropertyValue>

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    String

    Settings

    Declaration
    public List<InteractableThemePropertySettings> Settings
    Field Value
    Type Description
    List<InteractableThemePropertySettings>

    States

    Declaration
    public States States
    Field Value
    Type Description
    States

    Methods

    GetStates()

    Declaration
    public State[] GetStates()
    Returns
    Type Description
    State[]
    Back to top Generated by DocFX