Click or drag to resize

VisualServerViewportSetDisable3d Method

If true, a viewport's 3D rendering is disabled.

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

Parameters

viewport
Type: GodotRID

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

disabled
Type: SystemBoolean

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

See Also