Property interactorsSelecting
interactorsSelecting
(Read Only) The list of Interactors currently selecting this Interactable (may by empty).
Declaration
public List<IXRSelectInteractor> interactorsSelecting { get; }
Property Value
| Type | Description |
|---|---|
| List<IXRSelectInteractor> |
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.