Property canProcessOnDrop
canProcessOnDrop
Whether this grab transformer opts-in to allowing Process(XRGrabInteractable, UpdatePhase, ref Pose, ref Vector3) to be called by Unity once more after the interactable is deselected by all interactors.
Declaration
bool canProcessOnDrop { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Remarks
When the grab transformer implements this interface and this property and canProcess both returns true, the Process(XRGrabInteractable, UpdatePhase, ref Pose, ref Vector3) method will be called once more after OnDrop(XRGrabInteractable, DropEventArgs).