We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    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