• Animation.Blend 混合

    Animation.Blend 混合

    public void Blend(string animation, float targetWeight = 1.0F, float fadeLength = 0.3F);

    描述 : 在接下来的几秒内混合命名为animation的动画到targetWeight。其他动画的播放将不会受到影响。

    ?