Property isSelected
isSelected
(Read Only) Indicates whether this interactable is currently being selected by any interactor.
Declaration
bool isSelected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
In other words, returns whether interactorsSelecting contains any interactors.
interactorsSelecting.Count > 0