destination property

  1. @TagNumber(2)
String destination

the reference frame into which the source pose should be transformed, if unset this defaults to the "world" reference frame

Implementation

@$pb.TagNumber(2)
$core.String get destination => $_getSZ(1);
  1. @TagNumber(2)
void destination=(String v)

Implementation

@$pb.TagNumber(2)
set destination($core.String v) { $_setString(1, v); }