Exemple #1
0
 // Start is called before the first frame update
 void Start()
 {
     graphGenerator      = graphPanel.GetComponent <GraphGenerator>();
     videoManager        = video.GetComponent <VideoManager>();
     currentBarBehaviour = currentBar.GetComponent <CurrentBarBehaviour>();
 }
Exemple #2
0
 // Start is called before the first frame update
 void Start()
 {
     currentBarBehaviour = GetComponentInChildren <CurrentBarBehaviour>();
 }