API Reference > imodeljs-frontend > Views > SkySphere SkySphere Class A SkyBox drawn as a sphere with an image mapped to its interior surface. see SkyBox.createFromJSON Extends SkyBox Implements SkyBoxProps Methods Name Description constructor(sky?: SkyBoxProps): SkySphere Protected toJSON(): SkyBoxProps fromJSON(json: SkyBoxProps): SkySphere | undefined Static Create a SkySphere from its JSON representation. Inherited methods Name Inherited from Description createFromJSON(json?: SkyBoxProps): SkyBox Static SkyBox Instantiate a SkyBox from its JSON representation. Properties Name Type Description textureId Id64String The Id of a persistent texture element stored in the iModel which supplies the skybox image. Inherited properties Name Type Inherited from Description display boolean SkyBox Whether or not the skybox should be displayed. Defined in core/frontend/src/DisplayStyleState.ts Line 461 Last Updated: 13 June, 2024