public enum BackgroundType
{
StaticImage = 0,
CustomSkybox = 1
}
public BackgroundType backgroundType;
Description
The background image mode, which is set to BackgroundType.StaticImage by default. When set to BackgroundType.StaticImage, the camera uses the texture specified by customCameraBackground. When set to BackgroundType.CustomSkybox, the camera uses the skybox specified by customCameraCubemap.