How Can We Help?
Manipulate
This condition checks if the user manipulates (grabs or levitates) an IO.
- Hand: choose which hand must manipulate (or not) the specified object. It can be one of the three options:
Either
,Left
orRight
. “Both” is not an option as you can not manipulate an object with both controllers at the same time. - Mode: If you select
Manipulate
, then the specified hand(s)/controller(s) need to be manipulating the specified object to fulfil this condition. If you selectRelease
then the specified hand(s) should release the object to fulfil this condition.
*Note thatRelease
requires the user to previously manipulate the object. - Target Objects: IOs from the scene that the user needs to manipulate (or release) for this condition to be met. You can have more than one object meaning that whenever one of the objects is manipulated, the condition is valid.
- Minimum duration required: check details here.