Ejemplo n.º 1
0
 void Reset()
 {
     if (!pathParticle)
     {
         pathParticle = GetComponent <PathParticle>();
     }
 }
Ejemplo n.º 2
0
 void Start()
 {
     if (!pathParticle)
     {
         pathParticle = GetComponent <PathParticle>();
     }
     DrawChartLine(frameKeys);
 }