Ejemplo n.º 1
0
 void Update()
 {
     if (isPlaying)
     {
         meshManager.Update();
     }
 }
Ejemplo n.º 2
0
    public void Rest()
    {
        trainSetion.ResetTrail();

        meshTrail.Update(trainSetion);
    }