API Referencehydra
WeatherDelegate
Computes weather from the current view and frame information.
Module: hydra
Computes weather from the current view and frame information.
Declaration
export type WeatherDelegate = (
information: ViewInformation,
) => WeatherState;