Click or drag to resize

VisualServerViewportSetDisableEnvironment Method

If true, rendering of a viewport's environment is disabled.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ViewportSetDisableEnvironment(
	RID viewport,
	bool disabled
)

Parameters

viewport
Type: GodotRID

[Missing <param name="viewport"/> documentation for "M:Godot.VisualServer.ViewportSetDisableEnvironment(Godot.RID,System.Boolean)"]

disabled
Type: SystemBoolean

[Missing <param name="disabled"/> documentation for "M:Godot.VisualServer.ViewportSetDisableEnvironment(Godot.RID,System.Boolean)"]

See Also