using UnityEngine; public class AnimationCurveContainer : MonoBehaviour { // 动画数据容器,方便lua调用 public AnimationCurve[] AnimDatas; }