Click or drag to resize

ViewportSetDisable3d Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetDisable3d(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDisable3d is deprecated. Use the Disable3d property instead.")]
public void SetDisable3d(
	bool disable
)

Parameters

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Godot.Viewport.SetDisable3d(System.Boolean)"]

See Also