@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / components / EnvironmentSkyboxType
Type Alias: EnvironmentSkyboxType
ts
type EnvironmentSkyboxType = "gradient" | "color" | "image" | "none";Defined in: components/Environment.ts:4
Skybox rendering modes. none disables skybox rendering entirely.

