facesOnly property
Whether only blur faces other than the whole object in the processor.
Implementation
@$pb.TagNumber(2)
$core.bool get facesOnly => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set facesOnly($core.bool v) { $_setBool(1, v); }
Whether only blur faces other than the whole object in the processor.
@$pb.TagNumber(2)
$core.bool get facesOnly => $_getBF(1);
@$pb.TagNumber(2)
set facesOnly($core.bool v) { $_setBool(1, v); }