SkyBoxImageProps Type
SkyBoxImageProps = SkySphereImageProps | SkyCubeImageProps | { texture?: never, textures?: never, type?: SkyBoxImageType }
JSON representation of the image(s) to be mapped to the surfaces of a SkyBox.
@see SkyBoxProps.image.
Defined in
- core/common/src/SkyBox.ts Line 75
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.