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