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?
Internal interface for environment data model used by MetaBox.
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 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.