Animation Graph.animgraph 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. [
  2. {
  3. "__type__": "cc.animation.AnimationGraph",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "_layers": [
  9. {
  10. "__id__": 1
  11. }
  12. ],
  13. "_variables": {}
  14. },
  15. {
  16. "__type__": "cc.animation.Layer",
  17. "_stateMachine": {
  18. "__id__": 2
  19. },
  20. "name": "",
  21. "weight": 1,
  22. "mask": null,
  23. "additive": false,
  24. "_stashes": {}
  25. },
  26. {
  27. "__type__": "cc.animation.StateMachine",
  28. "__editorExtras__": {
  29. "name": "",
  30. "id": "a3fbcfb9-d9d2-4949-8aaf-782fcb140112",
  31. "clone": null
  32. },
  33. "_states": [
  34. {
  35. "__id__": 3
  36. },
  37. {
  38. "__id__": 4
  39. },
  40. {
  41. "__id__": 5
  42. }
  43. ],
  44. "_transitions": [],
  45. "_entryState": {
  46. "__id__": 3
  47. },
  48. "_exitState": {
  49. "__id__": 4
  50. },
  51. "_anyState": {
  52. "__id__": 5
  53. }
  54. },
  55. {
  56. "__type__": "cc.animation.State",
  57. "__editorExtras__": {
  58. "name": "",
  59. "id": "186ffa23-89e6-4905-8adc-9b9754ca62de",
  60. "clone": null,
  61. "centerX": -125,
  62. "centerY": 0
  63. },
  64. "name": "Entry"
  65. },
  66. {
  67. "__type__": "cc.animation.State",
  68. "__editorExtras__": {
  69. "name": "",
  70. "id": "511917ea-c587-4274-a7cb-1bc4fe8d70a3",
  71. "clone": null,
  72. "centerX": 125,
  73. "centerY": 0
  74. },
  75. "name": "Exit"
  76. },
  77. {
  78. "__type__": "cc.animation.State",
  79. "__editorExtras__": {
  80. "name": "",
  81. "id": "902030db-2421-4a1e-af8b-90d9b52a2671",
  82. "clone": null,
  83. "centerX": 125,
  84. "centerY": 0
  85. },
  86. "name": "Any"
  87. }
  88. ]