mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
40 lines
701 B
JSON
40 lines
701 B
JSON
{
|
|
"StateGroupZoneConfig": {
|
|
"AnimatorStateGroupZoneDescList": [
|
|
{
|
|
"AnimatorStateNames": [
|
|
"StandBy",
|
|
"Talk01",
|
|
"Sit01"
|
|
],
|
|
"TransitionType": "Next",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "EnableLookAt"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"StateZoneConfig": {
|
|
"AnimatorStateZoneDescList": [
|
|
{
|
|
"StateName": "StandBy",
|
|
"TransitionType": "Current",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Idle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"StateName": "Run",
|
|
"ZoneList": [
|
|
{
|
|
"ZoneType": "Move"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |