Class XRInteractorExtensions
Extension methods for IXRInteractor.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
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 |