Click or drag to resize

ScrollBarSetCustomStep Method

Note: This API is now obsolete.

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

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

Parameters

step
Type: SystemSingle

[Missing <param name="step"/> documentation for "M:Godot.ScrollBar.SetCustomStep(System.Single)"]

See Also