Click or drag to resize

ViewportSetDisableInput Method

Note: This API is now obsolete.

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

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

Parameters

disable
Type: SystemBoolean

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

See Also