animationMode property

  1. @TagNumber(8)
FFShaderAnimationMode get animationMode

Implementation

@$pb.TagNumber(8)
FFShaderAnimationMode get animationMode => $_getN(6);
  1. @TagNumber(8)
set animationMode (FFShaderAnimationMode value)

Implementation

@$pb.TagNumber(8)
set animationMode(FFShaderAnimationMode value) => $_setField(8, value);