AnimationObjectOptions constructor

AnimationObjectOptions(
  1. AnimationSequence sequence,
  2. DisabledBehaviour disabledBehaviour
)

Implementation

AnimationObjectOptions(this.sequence, this.disabledBehaviour);