This commit is contained in:
Nim XD
2024-08-27 21:01:33 +05:30
parent 99eaf514fd
commit 121a1b7c73
31803 changed files with 623461 additions and 623399 deletions

View File

@@ -1,16 +1,16 @@
using UnityEngine;
using UnityEngine.UI;
namespace Assets.HeroEditor4D.Common.Scripts.EditorScripts
{
/// <summary>
/// Used to set Slider zero value.
/// </summary>
public class SliderReset : MonoBehaviour
{
public void Reset()
{
GetComponentInParent<Slider>().value = 0;
}
}
using UnityEngine;
using UnityEngine.UI;
namespace Assets.HeroEditor4D.Common.Scripts.EditorScripts
{
/// <summary>
/// Used to set Slider zero value.
/// </summary>
public class SliderReset : MonoBehaviour
{
public void Reset()
{
GetComponentInParent<Slider>().value = 0;
}
}
}