Document removeChildren

This commit is contained in:
Nick 2022-04-29 14:52:41 -04:00
parent 461354a2ea
commit cd29de9ddd

View File

@ -596,11 +596,14 @@
"type": "boolean", "type": "boolean",
"description": "Do we override rotation and try to automatically align this object to stand upright on the body's surface?", "description": "Do we override rotation and try to automatically align this object to stand upright on the body's surface?",
"default": false "default": false
},
"removeChildren": {
"type": "array",
"description": "A list of children to remove from this detail",
"items": {
"type": "string"
}
} }
},
"scale": {
"type": "number",
"default": 1
} }
} }
}, },