Constructor XRHoverFilterDelegate
XRHoverFilterDelegate(Func<IXRHoverInteractor, IXRHoverInteractable, bool>)
Creates a new hover filter delegate.
Declaration
public XRHoverFilterDelegate(Func<IXRHoverInteractor, IXRHoverInteractable, bool> delegateToProcess)
Parameters
| Type | Name | Description |
|---|---|---|
| Func<IXRHoverInteractor, IXRHoverInteractable, bool> | delegateToProcess | The delegate to be invoked when processing this filter. |