Ejemplo n.º 1
0
 public void ReadyCast()
 {
     chargeParticles.ChargeParticles();
     acceleration = m_gyro.GetAcceleration();
     attitude     = m_gyro.GetAttitude();
     if (acceleration.y > highestAccel.y)
     {
         highestAccel = acceleration;
     }
 }