Show / Hide Table of Contents

    Class InteractableProfileItem

    The foundation of profiles that exist on an Interactable Profiles pair themes with the objects they manipulate, based on state changes

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

    Fields

    HadDefaultTheme

    Declaration
    public bool HadDefaultTheme
    Field Value
    Type Description
    Boolean

    Target

    Declaration
    public GameObject Target
    Field Value
    Type Description
    GameObject

    Themes

    Declaration
    public List<Theme> Themes
    Field Value
    Type Description
    List<Theme>

    Methods

    GetTheme(InteractableThemePropertySettings, GameObject)

    Get a new theme instance and load it with settings

    Declaration
    public static InteractableThemeBase GetTheme(InteractableThemePropertySettings settings, GameObject host)
    Parameters
    Type Name Description
    InteractableThemePropertySettings settings
    GameObject host
    Returns
    Type Description
    InteractableThemeBase

    GetThemeTypes()

    Get a list of themes

    Declaration
    public static InteractableTypesContainer GetThemeTypes()
    Returns
    Type Description
    InteractableTypesContainer
    Back to top Generated by DocFX