Property interactionStrengthFilters
interactionStrengthFilters
The list of interaction strength filters in this object. Used to modify the default interaction strength of an Interactor relative to this Interactable. This is useful for interactables that can be poked to report the depth of the poke interactor as a percentage while the poke interactor is hovering over this object.
Declaration
public IXRFilterList<IXRInteractionStrengthFilter> interactionStrengthFilters { get; }
Property Value
| Type | Description |
|---|---|
| IXRFilterList<IXRInteractionStrengthFilter> |
Remarks
While processing interaction strength 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.