Property selectFilters
selectFilters
The list of select filters in this object. Used as additional select validations for this Interactable.
Declaration
public IXRFilterList<IXRSelectFilter> selectFilters { get; }
Property Value
| Type | Description |
|---|---|
| IXRFilterList<IXRSelectFilter> |
Remarks
While processing select filters, all changes to this list don't have an immediate effect. Theses changes are buffered and applied when the processing is finished. Calling MoveTo(T, int) in this list will throw an exception when this list is being processed.