mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ThemeProperty

    A simple property with name, tooltip, value and type, used for serialization The custom settings are used in themes to expose properties needed to enhance theme functionality

    Inheritance
    Object
    ThemeProperty
    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]
    [Serializable]
    public class ThemeProperty

    Fields

    Name

    Dispalyed as Label in Inspector

    Declaration
    public string Name
    Field Value
    Type Description
    String

    Name

    Dispalyed as Label in Inspector

    Declaration
    public string Name
    Field Value
    Type Description
    String

    Tooltip

    Tooltip associated with Name

    Declaration
    public string Tooltip
    Field Value
    Type Description
    String

    Tooltip

    Tooltip associated with Name

    Declaration
    public string Tooltip
    Field Value
    Type Description
    String

    Type

    inner type for that property

    Declaration
    public ThemePropertyTypes Type
    Field Value
    Type Description
    ThemePropertyTypes

    Type

    inner type for that property

    Declaration
    public ThemePropertyTypes Type
    Field Value
    Type Description
    ThemePropertyTypes

    Value

    inner value, filled for corresponding Type

    Declaration
    public ThemePropertyValue Value
    Field Value
    Type Description
    ThemePropertyValue

    Value

    inner value, filled for corresponding Type

    Declaration
    public ThemePropertyValue Value
    Field Value
    Type Description
    ThemePropertyValue
    In This Article
    • Fields
      • Name
      • Name
      • Tooltip
      • Tooltip
      • Type
      • Type
      • Value
      • Value
    Back to top Generated by DocFX