node-hill-s
    Preparing search index...

    Interface Environment

    Environment properties.

    interface Environment {
        ambient: string;
        baseColor: string;
        baseSize: number;
        skyColor: string;
        sunIntensity: number;
        weather: Weather;
    }
    Index

    Properties

    ambient: string
    baseColor: string
    baseSize: number
    skyColor: string
    sunIntensity: number
    weather: Weather