Click or drag to resize

TextEditSetVScrollSpeed Method

Note: This API is now obsolete.

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

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

Parameters

speed
Type: SystemSingle

[Missing <param name="speed"/> documentation for "M:Godot.TextEdit.SetVScrollSpeed(System.Single)"]

See Also