File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2255,6 +2255,23 @@ paths:
22552255 type : array
22562256 items :
22572257 $ref : " #/components/schemas/AIGCAnimationSettings"
2258+ animationBindings :
2259+ description : |
2260+ Recommended mapping from sprite state enum values to animation names.
2261+ Keys are sprite state enum values; values are animation name strings that should
2262+ match the 'name' field from the animations array, omitted if no animation is bound to that state.
2263+ type : object
2264+ additionalProperties : false
2265+ properties :
2266+ default :
2267+ type : string
2268+ step :
2269+ type : string
2270+ die :
2271+ type : string
2272+ example :
2273+ default : " idle"
2274+ step : " walk"
22582275 " 403 " :
22592276 description : Insufficient permissions or quota.
22602277 headers :
You can’t perform that action at this time.
0 commit comments