updateObject
Modify 3D object properties in Spline scenes including position, rotation, scale, color, and visibility to update scene elements.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| objectId | Yes | Object ID | |
| position | No | Object position | |
| rotation | No | Object rotation | |
| scale | No | Object scale | |
| color | No | Object color (hex) | |
| visible | No | Object visibility | |
| properties | No | Additional properties |