Strata - v1.4.10
    Preparing search index...

    Interface WeatherSystemProps

    Props for the WeatherSystem component.

    interface WeatherSystemProps {
        areaSize?: number;
        enableLightning?: boolean;
        height?: number;
        rainCount?: number;
        snowCount?: number;
        weather?: Partial<WeatherStateConfig>;
    }
    Index

    Properties

    areaSize?: number

    Size of the coverage area for all effects.

    enableLightning?: boolean

    Whether to enable lightning during storms. Default: true.

    height?: number

    Height from which precipitation falls.

    rainCount?: number

    Maximum number of rain particles to use.

    snowCount?: number

    Maximum number of snow particles to use.

    weather?: Partial<WeatherStateConfig>

    Global weather state configuration.