linearMPerSec property

  1. @TagNumber(5)
double linearMPerSec

Optional linear velocity to target when moving

Implementation

@$pb.TagNumber(5)
$core.double get linearMPerSec => $_getN(4);
  1. @TagNumber(5)
void linearMPerSec=(double v)

Implementation

@$pb.TagNumber(5)
set linearMPerSec($core.double v) { $_setDouble(4, v); }