facesOnly property

  1. @TagNumber(2)
bool get facesOnly

Whether only blur faces other than the whole object in the processor.

Implementation

@$pb.TagNumber(2)
$core.bool get facesOnly => $_getBF(1);
  1. @TagNumber(2)
set facesOnly (bool v)

Implementation

@$pb.TagNumber(2)
set facesOnly($core.bool v) { $_setBool(1, v); }