docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum InteractableFocusMode

    Options for the focus policy of an Interactable.

    Namespace: UnityEngine.XR.Interaction.Toolkit.Interactables
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    [MovedFrom("UnityEngine.XR.Interaction.Toolkit")]
    public enum InteractableFocusMode

    Fields

    Name Description
    Multiple

    Allows for multiple Interaction groups at a time to focus the Interactable.

    None

    Focus not supported for this interactable.

    Single

    Allows the Interactable to only be focused by a single Interaction group at a time and allows other Interaction groups to take focus by automatically losing focus.

    See Also
    focusMode
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)