Exemplo n.º 1
0
			//

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