sequential

public final SequentialCommandGroup sequential(Function1<Kommand.SequentialBuilder, Unit> block)

Creates a SequentialCommandGroup using the provided block to add commands.

Return

A SequentialCommandGroup with the added commands.

Parameters

block

The block to add commands to the sequence.