Atlas Engine
API Referencehydra

WeatherState

Weather condition, intensity, and wind returned by a weather delegate.

Module: hydra

Weather condition, intensity, and wind returned by a weather delegate.

Declaration

export type WeatherState = {
        condition: WeatherCondition;
        intensity: number;
        wind: Force3d;
    };

Properties

condition

condition: WeatherCondition;

intensity

intensity: number;

wind

wind: Force3d;

On this page