Objects Config
warning
When you Save Objects from the Steel Studio app, this file is updated automatically.
Use this page as a reference only, or if you want to pre-configure object visibility for a track.
info
Mesh names support the ? wildcard (same as CSP configs) to match multiple objects with similar names.
Example: "MESH_TREE?" matches MESH_TREE1, MESH_TREE2, etc.
Config file properties
extension/steelstudio/objects.json
[
{ "meshNames": ["MESHES1?"], "name": "Meshes 1", "enabled": true },
{ "meshNames": ["MESHES2?"], "name": "Meshes 2", "enabled": true }
]
| Name | Description | Possible values |
|---|---|---|
| meshNames | String Array of the meshes to control visibility | Array of String |
| name | Label of the objects seen in the app | String |
| enabled | Default visibility | true | false |