tapAnimationCurve property

  1. @TagNumber(30)
FFCurve get tapAnimationCurve

Tap animation config (per-tap animation on interactive shaders)

Implementation

@$pb.TagNumber(30)
FFCurve get tapAnimationCurve => $_getN(23);
  1. @TagNumber(30)
set tapAnimationCurve (FFCurve value)

Implementation

@$pb.TagNumber(30)
set tapAnimationCurve(FFCurve value) => $_setField(30, value);