Skip to main content

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 }
]
NameDescriptionPossible values
meshNamesString Array of the meshes to control visibilityArray of String
nameLabel of the objects seen in the appString
enabledDefault visibilitytrue | false