Click or drag to resize

RichTextLabelSetScrollFollow Method

Note: This API is now obsolete.

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

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

Parameters

follow
Type: SystemBoolean

[Missing <param name="follow"/> documentation for "M:Godot.RichTextLabel.SetScrollFollow(System.Boolean)"]

See Also