offsetDy property

  1. @TagNumber(7)
FFValue get offsetDy

@doc Vertical offset of the shake animation.

Positive and negative double values are allowed. Negative values indicate the shake will start from the opposite side.

Implementation

@$pb.TagNumber(7)
FFValue get offsetDy => $_getN(6);
  1. @TagNumber(7)
set offsetDy (FFValue value)

Implementation

@$pb.TagNumber(7)
set offsetDy(FFValue value) => $_setField(7, value);