@3dsource/metabox-modular-configurator-api
    Preparing search index...

    Interface ModularConfiguratorEnvironment

    Represents the environment settings for a modular configurator.

    Environmental settings interface for the configurator. Contains lighting and atmosphere properties.

    Environment settings interface: lighting properties, atmosphere, dynamic sky controls (udsEnabled, udsHour, sunNorthYaw). Use to build environment/scene selector UIs showing available scene options with preview thumbnails.

    Access from configurator.environments in the envelope. Use thumbnailList for visual picker cards. Display title as label. Check udsEnabled before showing time-of-day slider controls. List available slots for environment material customization.

    interface ModularConfiguratorEnvironment {
        __typename: "ModularConfiguratorEnvironment";
        environment: Environment;
        environmentId: string;
        label: string;
        position: number;
    }
    Index

    Properties

    __typename: "ModularConfiguratorEnvironment"

    Represents object typename for the environment.

    environment: Environment

    Detailed environment configuration.

    environmentId: string

    Unique identifier for the environment.

    label: string

    Display label for the environment.

    position: number

    Position index of the environment.