Property canProcess
canProcess
Whether this grab transformer can process targets. Transformers that can process targets receive calls to Process(XRGrabInteractable, UpdatePhase, ref Pose, ref Vector3), transformers that cannot process do not. Transformers will still have other event methods called to allow for initialization on the frame the grab changes happens.
Declaration
public virtual bool canProcess { get; }
Property Value
| Type | Description |
|---|---|
| bool |