动画2D混合

public class L43 : MonoBehaviour
{
    // Start is called before the first frame update
    void Start()
    {
        //2D Simple Directional 动画仅有运动方向的区别
        //2D Freeform Directional 同上,但同一方向上有多个运动
        //2D Freeform Cartesian 运动不表示不同方向时使用
        //Direct 一般做表情动作
    }
}
posted @ 2025-04-09 10:10  cannedmint  阅读(5)  评论(0)    收藏  举报