Property startingHoverFilters
startingHoverFilters
The hover filters that this object uses to automatically populate the hoverFilters List at startup (optional, may be empty). All objects in this list should implement the IXRHoverFilter interface.
Declaration
public List<Object> startingHoverFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Object> |
Remarks
To access and modify the hover filters used after startup, the hoverFilters List should be used instead.