mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
48 lines
891 B
JSON
48 lines
891 B
JSON
{
|
|
"StateGroupZoneConfig": {
|
|
"AnimatorStateGroupZoneDescList": [
|
|
{
|
|
"AnimatorStateNames": [
|
|
"StandBy",
|
|
"Talk01",
|
|
"Sit01"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "EnableLookAt"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"StateZoneConfig": {
|
|
"AnimatorStateZoneDescList": [
|
|
{
|
|
"StateName": "StandBy",
|
|
"TransitionType": "Current",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Standby"
|
|
},
|
|
{
|
|
"ZoneType": "Idle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "Run",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Move",
|
|
"NTimeEnd": 2
|
|
},
|
|
{
|
|
"ZoneType": "EnableModifyMoveAnimSpeed",
|
|
"NTimeEnd": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |