clear method

void clear()

Removes all mix durations.

Implementation

void clear() {
  _bindings.spine_animation_state_data_clear(_data);
}