Method IsBlockedByInteractionWithinGroup
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 |