Inheritance: UnityEngine.MonoBehaviour, IPointerEnterHandler, IPointerExitHandler, IBeginDragHandler, IDragHandler, IEndDragHandler, IPointerClickHandler, IPointerDownHandler, IPointerUpHandler
Exemplo n.º 1
0
        private void Awake()
        {
            SetAxisPlane();

            _orbitView = GetComponentInChildren <View>();

            _catcher = GameObject.FindObjectOfType <Catcher>();
        }
Exemplo n.º 2
0
        private void Awake()
        {
            SetAxisPlane();

            _orbitView = GetComponentInChildren<View>();

            _catcher = GameObject.FindObjectOfType<Catcher>();
        }