AnimationState constructor

AnimationState(
  1. AnimationStateData data
)

Implementation

AnimationState(this.data) {
  queue = EventQueue(this);
}