Example #1
0
 void Start()
 {
     lengthOfSlider = max - min;
     resValScript   = resolutionValue.GetComponent <ResolutionValueScript>();
 }
 void Start()
 {
     lengthOfSlider = max - min;
     resValScript = resolutionValue.GetComponent<ResolutionValueScript>();
 }