Example #1
0
 void Reset()
 {
     if (!pathParticle)
     {
         pathParticle = GetComponent <PathParticle>();
     }
 }
Example #2
0
 void Start()
 {
     if (!pathParticle)
     {
         pathParticle = GetComponent <PathParticle>();
     }
     DrawChartLine(frameKeys);
 }