animateParams property

  1. @TagNumber(27)
bool get animateParams

Implicit param animation (smooth transitions when ShaderParams change).

Implementation

@$pb.TagNumber(27)
$core.bool get animateParams => $_getBF(20);
  1. @TagNumber(27)
set animateParams (bool value)

Implementation

@$pb.TagNumber(27)
set animateParams($core.bool value) => $_setBool(20, value);