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 ThemeTarget

    A way to cache some serializes values to pass between buttons and handlers

    Inheritance
    Object
    ThemeTarget
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ThemeTarget

    Fields

    Properties

    Declaration
    public List<InteractableThemeProperty> Properties
    Field Value
    Type Description
    List<InteractableThemeProperty>

    States

    Declaration
    public State[] States
    Field Value
    Type Description
    State[]

    Target

    Declaration
    public GameObject Target
    Field Value
    Type Description
    GameObject
    Back to top Generated by DocFX