e0a8e34d-9242-4f0f-833b-f57e1ffbf285 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [
  2. {
  3. "__type__": "cc.animation.AnimationGraph",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "_layers": [
  8. {
  9. "__id__": 1
  10. }
  11. ],
  12. "_variables": {}
  13. },
  14. {
  15. "__type__": "cc.animation.Layer",
  16. "_stateMachine": {
  17. "__id__": 2
  18. },
  19. "name": "",
  20. "weight": 1,
  21. "mask": null
  22. },
  23. {
  24. "__type__": "cc.animation.StateMachine",
  25. "_states": [
  26. {
  27. "__id__": 3
  28. },
  29. {
  30. "__id__": 4
  31. },
  32. {
  33. "__id__": 5
  34. }
  35. ],
  36. "_transitions": [],
  37. "_entryState": {
  38. "__id__": 3
  39. },
  40. "_exitState": {
  41. "__id__": 4
  42. },
  43. "_anyState": {
  44. "__id__": 5
  45. }
  46. },
  47. {
  48. "__type__": "cc.animation.State",
  49. "name": "Entry"
  50. },
  51. {
  52. "__type__": "cc.animation.State",
  53. "name": "Exit"
  54. },
  55. {
  56. "__type__": "cc.animation.State",
  57. "name": "Any"
  58. }
  59. ]