Method ProcessInteractionStrengthFilters
ProcessInteractionStrengthFilters(IXRInteractor, float)
Returns the processing value of the interaction strength filters in interactionStrengthFilters for the given Interactor and this Interactable.
Declaration
protected float ProcessInteractionStrengthFilters(IXRInteractor interactor, float interactionStrength)
Parameters
| Type | Name | Description |
|---|---|---|
| IXRInteractor | interactor | The Interactor to process by the interaction strength filters. |
| float | interactionStrength | The interaction strength before processing. |
Returns
| Type | Description |
|---|---|
| float | Returns the modified interaction strength that is the result of passing the interaction strength through each filter. |