//

			public PABounceEvent()
			{
				PAAccelerometer.Init ();
				dropEvent = new PADropEvent ();
				Reset();
			}
Beispiel #2
0
	// Use this for initialization
	void Start () {
		dropEvent = new PADropEvent ();
		isEventDetected = false;
	}