Property targetsForSelection
targetsForSelection
The Interactables with priority for selection in the current frame, some Interactables might be already selected. This list is sorted by priority (with highest priority first). How many Interactables appear in this list is configured by the targetPriorityMode property.
Declaration
public virtual List<IXRSelectInteractable> targetsForSelection { get; set; }
Property Value
| Type | Description |
|---|---|
| List<IXRSelectInteractable> |
Implements
Remarks
Unity automatically clears and updates this list every frame if targetPriorityMode has a value different from None, in this case a valid list must be returned.