orientation property
- @TagNumber(2)
The orientation from the reference frame to the camera.
Implementation
@$pb.TagNumber(2)
$16.Orientation get orientation => $_getN(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set orientation($16.Orientation v) { setField(2, v); }