offsetDx property

  1. @TagNumber(6)
FFValue get offsetDx

@doc Horizontal 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(6)
FFValue get offsetDx => $_getN(5);
  1. @TagNumber(6)
set offsetDx (FFValue value)

Implementation

@$pb.TagNumber(6)
set offsetDx(FFValue value) => $_setField(6, value);