ScalarSubcommand constructor

ScalarSubcommand(
  1. int index,
  2. double scalar,
  3. ActuatorType actuatorType
)

Implementation

ScalarSubcommand(this.index, this.scalar, this.actuatorType);