Changes in 2025 vs 2022 3 changed
Flip API Versions →Changed members
ViewDisplayBackground.CreateGradient(Color, Color, Color)
| skyColor | Color | The top of the sky gradient if the sky is visible. |
| horizonColor | Color | The bottom or the sky gradient if the sky is visible, or the top of the ground gradient otherwise. |
| groundColor | Color | The ground color if the sky is visible (ground shown in uniform color), or the bottom of the ground gradient if the sky is not visible. |
| → returns | ViewDisplayBackground→SetBackground | New background object to pass to View.SetBackground . |
ViewDisplayBackground.CreateImage(String, ViewDisplayBackgroundImageFlags, UV, UV)
| imagePath | String | File path with the image to be used. |
| flags | ViewDisplayBackgroundImageFlags | Combination of flags (binary) that control how image is displayed in relation to the view/crop boundary. |
| imageOffsets | UV | Horizontal (u) and vertical (v) offsets of the image. |
| imageScales | UV | Horizontal (u) and vertical (v) scales of the image (1 == no change). |
| → returns | ViewDisplayBackground→SetBackground | New background object to pass to View.SetBackground . |
ViewDisplayBackground.CreateSky()
| → returns | ViewDisplayBackground→SetBackground | New background object to pass to View.SetBackground . |