Property interactablesSelected
interactablesSelected
(Read Only) The list of Interactables that are currently being selected (may by empty).
Declaration
List<IXRSelectInteractable> interactablesSelected { get; }
Property Value
| Type | Description |
|---|---|
| List<IXRSelectInteractable> |
Remarks
This should be treated as a read only view of the list and should not be modified by external callers. It is exposed as a List<T> rather than an IReadOnlyList<T> to avoid GC Allocations when enumerating the list.