Represents object typename for the environment.
Unique identifier for the environment.
List of slots for the environment (optional).
The north yaw of the sun in the environment.
List of thumbnails for the environment (optional).
Title or name of the environment.
Flag indicating if UDS is enabled.
The UDS hour setting for the environment.
Represents an environment with associated media and configuration.
What does it unlock?
Environment data model with lighting, sky, and material slot definitions.
Practical Application
Environment data model: id, title, udsEnabled (dynamic sky toggle), sunNorthYaw, udsHour (time of day for dynamic sky), thumbnailList (preview images), and slots (configurable material slots). Use to build environment/scene picker UIs.
AI Coding Best Practices
Access environment definitions from configurator.environments in the configuratorDataUpdated envelope. Use thumbnailList for preview cards. Check udsEnabled to know if time-of-day controls are available. Iterate slots array to build environment material pickers.