Type Alias SkyProps
type SkyProps = {
"atmosphere-blend": DataConstantProperty<number>;
"fog-color": DataConstantProperty<Color>;
"fog-ground-blend": DataConstantProperty<number>;
"horizon-color": DataConstantProperty<Color>;
"horizon-fog-blend": DataConstantProperty<number>;
"sky-color": DataConstantProperty<Color>;
"sky-horizon-blend": DataConstantProperty<number>;
}
"atmosphere-blend": DataConstantProperty<number>;
"fog-color": DataConstantProperty<Color>;
"fog-ground-blend": DataConstantProperty<number>;
"horizon-color": DataConstantProperty<Color>;
"horizon-fog-blend": DataConstantProperty<number>;
"sky-color": DataConstantProperty<Color>;
"sky-horizon-blend": DataConstantProperty<number>;
}
Was this helpful?