AnimationState.blendMode

var blendMode : AnimationBlendMode

Description

Which blend mode should be used?

JavaScript
    // Set the leanLeft animation to blend additively
animation["leanLeft"].blendMode = AnimationBlendMode.Additive;