TimeOfDayManager.OnValidate C# (CSharp) Method

OnValidate() public method

public OnValidate ( ) : void
return void
    public void OnValidate()
    {
        if (hasSetup) {
            //Debug.Log("lastTime:" + lastTime + ":" + time);
            //lastTime = time;
            //timeSlider.value = time;
            //UpdateLabel(time.ToString());
            StaggeredUpdate();
        }
    }