div

operator fun Action.div(action: Action): ParallelAction

Wraps this action and the passed action with a ParallelAction.

Return

SequenceAction storing both actions.

Parameters

action

will be executed at the same time as this action.