Click or drag to resize

TextEditSetLine Method

Sets the text for a specific line.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLine(
	int line,
	string newText
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Godot.TextEdit.SetLine(System.Int32,System.String)"]

newText
Type: SystemString

[Missing <param name="newText"/> documentation for "M:Godot.TextEdit.SetLine(System.Int32,System.String)"]

See Also