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