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 InteractableOnFocus

    Adds or removes materials to target renderer for highlighting Focused GameObjects.

    Inheritance
    Object
    InteractableOnFocus
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class InteractableOnFocus : BaseFocusHandler
    Remarks

    Useful with focusable GameObjects

    Fields

    Profiles

    List of profiles can match themes with gameObjects

    Declaration
    protected List<VisualProfile> Profiles
    Field Value
    Type Description
    List<VisualProfile>

    Properties

    State

    Declaration
    protected InteractableStates.InteractableStateEnum State { get; }
    Property Value
    Type Description
    InteractableStates.InteractableStateEnum

    Methods

    Awake()

    Declaration
    public void Awake()

    Update()

    Declaration
    public void Update()
    Back to top Generated by DocFX