Click or drag to resize

LineEditSetSecretCharacter Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.LineEdit.SetSecretCharacter(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSecretCharacter is deprecated. Use the SecretCharacter property instead.")]
public void SetSecretCharacter(
	string character
)

Parameters

character
Type: SystemString

[Missing <param name="character"/> documentation for "M:Godot.LineEdit.SetSecretCharacter(System.String)"]

See Also