Ejemplo n.º 1
0
 void Update()
 {
     foreach (GameObject go in strands)
     {
         Strand script = go.GetComponent <Strand>();
         script.Grow(Time.deltaTime);
     }
 }