mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 23:20:10 -05:00
18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"title": "vrm.secondaryanimation",
|
|
"type": "object",
|
|
"properties": {
|
|
"boneGroups": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "vrm.secondaryanimation.spring.schema.json"
|
|
}
|
|
},
|
|
"colliderGroups": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "vrm.secondaryanimation.collidergroup.schema.json"
|
|
}
|
|
}
|
|
}
|
|
} |