12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- [
- {
- "__type__": "cc.animation.AnimationGraph",
- "_name": "",
- "_objFlags": 0,
- "__editorExtras__": {},
- "_native": "",
- "_layers": [
- {
- "__id__": 1
- }
- ],
- "_variables": {}
- },
- {
- "__type__": "cc.animation.Layer",
- "_stateMachine": {
- "__id__": 2
- },
- "name": "",
- "weight": 1,
- "mask": null,
- "additive": false,
- "_stashes": {}
- },
- {
- "__type__": "cc.animation.StateMachine",
- "__editorExtras__": {
- "name": "",
- "id": "a3fbcfb9-d9d2-4949-8aaf-782fcb140112",
- "clone": null
- },
- "_states": [
- {
- "__id__": 3
- },
- {
- "__id__": 4
- },
- {
- "__id__": 5
- }
- ],
- "_transitions": [],
- "_entryState": {
- "__id__": 3
- },
- "_exitState": {
- "__id__": 4
- },
- "_anyState": {
- "__id__": 5
- }
- },
- {
- "__type__": "cc.animation.State",
- "__editorExtras__": {
- "name": "",
- "id": "186ffa23-89e6-4905-8adc-9b9754ca62de",
- "clone": null,
- "centerX": -125,
- "centerY": 0
- },
- "name": "Entry"
- },
- {
- "__type__": "cc.animation.State",
- "__editorExtras__": {
- "name": "",
- "id": "511917ea-c587-4274-a7cb-1bc4fe8d70a3",
- "clone": null,
- "centerX": 125,
- "centerY": 0
- },
- "name": "Exit"
- },
- {
- "__type__": "cc.animation.State",
- "__editorExtras__": {
- "name": "",
- "id": "902030db-2421-4a1e-af8b-90d9b52a2671",
- "clone": null,
- "centerX": 125,
- "centerY": 0
- },
- "name": "Any"
- }
- ]
|