API Reference > imodeljs-common > DisplayStyles > SkyBoxImageProps SkyBoxImageProps Interface JSON representation of an image or images used by a SkySphere or SkyCube. Properties Name Type Description texture undefined | string For SkyBoxImageType.Spherical, the Id of a persistent texture element stored in the iModel to be drawn as the "sky". textures undefined | SkyCubeProps For SkyBoxImageType.Cube, the Ids of persistent texture elements stored in the iModel drawn on each face of the cube. type undefined | SkyBoxImageType The type of skybox image. Defined in core/common/src/SkyBox.ts Line 46 Last Updated: 11 June, 2024