addCommands method

void addCommands (
  1. List<ICommand> commands
)
inherited

Adds multiple ICommand commands to this command set.

  • commands the array of commands to add. See ICommand