Click or drag to resize

ScrollContainerSetVScroll Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ScrollContainer.SetVScroll(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVScroll is deprecated. Use the ScrollVertical property instead.")]
public void SetVScroll(
	int value
)

Parameters

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Godot.ScrollContainer.SetVScroll(System.Int32)"]

See Also