Merge remote-tracking branch 'origin/fix-addphysics' into fix-addphysics

This commit is contained in:
JohnCorby 2023-08-10 17:42:06 -07:00
commit 3f86d1b7f5

View File

@ -1339,6 +1339,10 @@
"format": "float", "format": "float",
"default": 1.0 "default": 1.0
}, },
"physicsSuspendUntilImpact": {
"type": "boolean",
"description": "If true, this detail will stay still until it bumps something."
},
"ignoreSun": { "ignoreSun": {
"type": "boolean", "type": "boolean",
"description": "Set to true if this object's lighting should ignore the effects of sunlight" "description": "Set to true if this object's lighting should ignore the effects of sunlight"