Click or drag to resize

SliderSetTicks Method

Note: This API is now obsolete.

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

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

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Godot.Slider.SetTicks(System.Int32)"]

See Also