[System.Serializable]
public class AnimationSet{
public AnimationClip animation;
public float speedAnimation = 1;
}
//AnimationSet
public AnimationSet run, turnLeft, turnRight, jumpUp, jumpLoop, jumpDown, roll, dead; 


脚本界面

相关文章:

  • 2021-05-03
  • 2021-04-11
  • 2021-06-22
  • 2021-08-23
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2021-10-08
  • 2022-01-27
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案