clear method

void clear()

Removes all mixes and sets the default mix to 0.

Implementation

void clear() {
  SpineBindings.bindings.spine_animation_state_data_clear(_ptr);
}