Click or drag to resize

InputEventKeySetEcho Method

Note: This API is now obsolete.

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

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

Parameters

echo
Type: SystemBoolean

[Missing <param name="echo"/> documentation for "M:Godot.InputEventKey.SetEcho(System.Boolean)"]

See Also