Show / Hide Table of Contents

    Struct InteractableThemePropertySettings

    The main settings found in Themes

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct InteractableThemePropertySettings

    Fields

    AssemblyQualifiedName

    Declaration
    public string AssemblyQualifiedName
    Field Value
    Type Description
    String

    CustomHistory

    Declaration
    public List<InteractableCustomSetting> CustomHistory
    Field Value
    Type Description
    List<InteractableCustomSetting>

    CustomSettings

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

    Easing

    Declaration
    public Easing Easing
    Field Value
    Type Description
    Easing

    History

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

    IsValid

    Declaration
    public bool IsValid
    Field Value
    Type Description
    Boolean

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    String

    NoEasing

    Declaration
    public bool NoEasing
    Field Value
    Type Description
    Boolean

    Properties

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

    Theme

    Declaration
    public InteractableThemeBase Theme
    Field Value
    Type Description
    InteractableThemeBase

    ThemeTarget

    Declaration
    public ThemeTarget ThemeTarget
    Field Value
    Type Description
    ThemeTarget

    Type

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