mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
44 lines
763 B
JSON
44 lines
763 B
JSON
{
|
|
"StateGroupZoneConfig": {},
|
|
"StateZoneConfig": {
|
|
"AnimatorStateZoneDescList": [
|
|
{
|
|
"StateName": "StandBy",
|
|
"TransitionType": "Current",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Idle"
|
|
},
|
|
{
|
|
"ZoneType": "Standby"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "Run",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Move"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "RunBS",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Move"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "RunStop",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Move",
|
|
"NTimeEnd": 0.7
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |