docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XRInteractorExtensions

    Extension methods for IXRInteractor.

    Inheritance
    object
    XRInteractorExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.Interaction.Toolkit.Interactors
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    [MovedFrom("UnityEngine.XR.Interaction.Toolkit")]
    public static class XRInteractorExtensions

    Methods

    IsBlockedByInteractionWithinGroup(IXRInteractor)

    Checks whether this Interactor is currently incapable of interacting due to active interaction by another Interactor in its top level containing IXRInteractionGroup.

    Declaration
    public static bool IsBlockedByInteractionWithinGroup(this IXRInteractor interactor)
    Parameters
    Type Name Description
    IXRInteractor interactor

    The Interactor to operate on.

    Returns
    Type Description
    bool

    Returns true if interactor is currently incapable of interacting due to active interaction by another Interactor in its top level containing IXRInteractionGroup. Returns false otherwise. Always returns false if interactor is not contained within a Group.

    See Also
    IXRInteractor

    See Also

    IXRInteractor
    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)