Property hoverFilters
hoverFilters
The list of hover filters in this object. Used as additional hover validations for this Interactor.
Declaration
public IXRFilterList<IXRHoverFilter> hoverFilters { get; }
Property Value
| Type | Description |
|---|---|
| IXRFilterList<IXRHoverFilter> |
Remarks
While processing hover filters, all changes to this list don't have an immediate effect. These 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.