Property canProcess
canProcess
Whether this interaction strength filter can process. Interaction strength filters that can process receive calls to Process(IXRInteractor, IXRInteractable, float), interaction strength 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.