SequentialBuilder

A builder class for creating a SequentialCommandGroup.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun build(): SequentialCommandGroup

Builds and returns a SequentialCommandGroup with the added commands.

Link copied to clipboard
operator fun Command.unaryPlus()

Adds a command to the sequence.