Show / Hide Table of Contents

    Class InteractableCustomSetting

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

    Inheritance
    Object
    InteractableCustomSetting
    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 InteractableCustomSetting

    Fields

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    String

    Type

    Declaration
    public InteractableThemePropertyValueTypes Type
    Field Value
    Type Description
    InteractableThemePropertyValueTypes

    Value

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