// public PACatchEvent() { PAAccelerometer.Init (); throwEvent = new PAThrowEvent (); Reset (); }
// Use this for initialization void Start () { isEventDetected = false; throwEvent = new PAThrowEvent (); }