Property delegateToProcess
delegateToProcess
The delegate to be invoked when processing this filter.
Declaration
public Func<IXRInteractor, IXRInteractable, float, float> delegateToProcess { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<IXRInteractor, IXRInteractable, float, float> |