API Reference > imodeljs-common > DisplayStyles > SkyCubeProps SkyCubeProps Interface JSON representation of a set of images used by a SkyCube. Each property specifies the element ID of a texture associated with one face of the cube. Properties Name Type Description back undefined | string Id of a persistent texture element stored in the iModel to use for the back side of the skybox cube. bottom undefined | string Id of a persistent texture element stored in the iModel to use for the bottom of the skybox cube. front undefined | string Id of a persistent texture element stored in the iModel to use for the front side of the skybox cube. left undefined | string Id of a persistent texture element stored in the iModel to use for the left side of the skybox cube. right undefined | string Id of a persistent texture element stored in the iModel to use for the right side of the skybox cube. top undefined | string Id of a persistent texture element stored in the iModel to use for the top of the skybox cube. Defined in core/common/src/SkyBox.ts Line 28 Last Updated: 11 June, 2024