Property interactionGroupsFocusing
interactionGroupsFocusing
(Read Only) The list of Interaction groups currently focusing on this Interactable (may by empty).
Declaration
public List<IXRInteractionGroup> interactionGroupsFocusing { get; }
Property Value
| Type | Description |
|---|---|
| List<IXRInteractionGroup> |
Implements
Remarks
You should treat this as a read only view of the list and should not modify it. It is exposed as a List<T> rather than an IReadOnlyList<T> to avoid GC Allocations when enumerating the list.