UISlider.OnPressThumb C# (CSharp) Méthode

OnPressThumb() public méthode

Callback from the thumb.
public OnPressThumb ( GameObject go, bool pressed ) : void
go GameObject
pressed bool
Résultat void
	void OnPressThumb (GameObject go, bool pressed) { if (pressed) UpdateDrag(); }