Enum RenderingServer.ViewportEnvironmentMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.ViewportEnvironmentMode : long
Fields
Disabled = 0
Disable rendering of 3D environment over 2D canvas.
Enabled = 1
Enable rendering of 3D environment over 2D canvas.
Inherit = 2
Inherit enable/disable value from parent. If the topmost parent is also set to Inherit, then this has the same behavior as Enabled.
Max = 3
Represents the size of the RenderingServer.ViewportEnvironmentMode enum.