Example #1
0
 void Update()
 {
     if (!frozen)
     {
         FollowTrajectory();
         _trajectory.Continue(Vector3.zero, this);
     }
     CheckStillInOrbit();
     UpdateParticleSystems();
     DrawTrajectory();
 }