shaderAnimation property

  1. @TagNumber(5)
FFShaderAnimationAction get shaderAnimation

Implementation

@$pb.TagNumber(5)
FFShaderAnimationAction get shaderAnimation => $_getN(4);
  1. @TagNumber(5)
set shaderAnimation (FFShaderAnimationAction value)

Implementation

@$pb.TagNumber(5)
set shaderAnimation(FFShaderAnimationAction value) => $_setField(5, value);