Constructor XRInteractionStrengthFilterDelegate
XRInteractionStrengthFilterDelegate(Func<IXRInteractor, IXRInteractable, float, float>)
Creates a new interaction strength filter delegate.
Declaration
public XRInteractionStrengthFilterDelegate(Func<IXRInteractor, IXRInteractable, float, float> delegateToProcess)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IXRInteractor, IXRInteractable, float, float> | delegateToProcess | The delegate to be invoked when processing this filter. |