orientation property

  1. @TagNumber(2)
Orientation get orientation

The orientation from the reference frame to the camera.

Implementation

@$pb.TagNumber(2)
$9.Orientation get orientation => $_getN(1);
  1. @TagNumber(2)
set orientation (Orientation v)

Implementation

@$pb.TagNumber(2)
set orientation($9.Orientation v) { setField(2, v); }