Property canProcess
canProcess
Whether this hover filter can process interactions. Hover filters that can process interactions receive calls to Process(IXRHoverInteractor, IXRHoverInteractable), hover filters that cannot process do not.
Declaration
public bool canProcess { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Implements
Remarks
It's recommended to return isActiveAndEnabled when implementing this interface in a MonoBehaviour.