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