bodyNames property

  1. @TagNumber(2)
List<String> bodyNames

Names of the bodies whose poses are being requested. In the event this parameter is not supplied or is an empty list, all available poses are returned

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get bodyNames => $_getList(1);