ImageSky¶
Inherits Sky
ImageSky is a class that is used to set a custom image skybox in the world. You can set the images used for the individual sides of the skybox by changing the image properties. Any image from the library can be used for the skybox.
Properties¶
TopImage : ImageAsset¶
The image of the top side of the skybox.
BottomImage : ImageAsset¶
The image of the bottom side of the skybox.
LeftImage : ImageAsset¶
The image of the left side of the skybox.
RightImage : ImageAsset¶
The image of the right side of the skybox.
FrontImage : ImageAsset¶
The image of the front side of the skybox.
BackImage : ImageAsset¶
The image of the back side of the skybox.