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