docs.unity.cn
    Show / Hide Table of Contents

    Enum InteractableSelectMode

    Options for the selection policy of an Interactable.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public enum InteractableSelectMode

    Fields

    Name Description Value
    Multiple

    Allows for multiple Interactors at a time to select the Interactable.

    Single

    Allows the Interactable to only be selected by a single Interactor at a time and allows other Interactors to take selection by automatically deselecting.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use