Ejemplo n.º 1
0
 void Awake()
 {
     _ray_swipe = GetComponent<SwipeSystem2D>();
     if (this.targetCamera == null)
     {
         targetCamera = Camera.main;
     }
 }
Ejemplo n.º 2
0
 void Awake()
 {
     _ray_swipe = GetComponent <SwipeSystem2D>();
     if (this.targetCamera == null)
     {
         targetCamera = Camera.main;
     }
 }