example for (var i = 0; i < Input.touchCount; ++i) {
if (Input.GetTouch(i).phase == TouchPhase.Began) {
Application.LoadLevel ("1");
what does for mean is it diffrent from if and where is it used
↧