getMixer method

AnimationMixer getMixer()

Returns the mixer which is responsible for playing this action.

Implementation

AnimationMixer getMixer() {
  return mixer;
}