SkyBoxImageProps Type alias
JSON representation of the image(s) to be mapped to the surfaces of a SkyBox.
see SkyBoxProps.image.
extensions
SkyBoxImageProps = SkySphereImageProps | SkyCubeImageProps | { texture?: never, textures?: never, type?: SkyBoxImageType }
Defined in
- core/common/src/SkyBox.ts Line 75
Last Updated: 20 June, 2023