Click or drag to resize

LineEditSetPlaceholderAlpha Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPlaceholderAlpha is deprecated. Use the PlaceholderAlpha property instead.")]
public void SetPlaceholderAlpha(
	float alpha
)

Parameters

alpha
Type: SystemSingle

[Missing <param name="alpha"/> documentation for "M:Godot.LineEdit.SetPlaceholderAlpha(System.Single)"]

See Also