Ejemplo n.º 1
0
        private void OnEnable()
        {
            eventReceiver.AddListener(this);

            button.StartTracking();
            xAxis.StartTracking();
            yAxis.StartTracking();
        }
Ejemplo n.º 2
0
 public void OnEnable()
 {
     button.StartTracking();
     SimpleInput.OnUpdate += OnUpdate;
 }
Ejemplo n.º 3
0
 public void OnEnable()
 {
     button.StartTracking();
 }
Ejemplo n.º 4
0
 protected override void OnEnable()
 {
     base.OnEnable();
     button.StartTracking();
 }
Ejemplo n.º 5
0
 private void OnEnable()
 {
     button.StartTracking();
 }
Ejemplo n.º 6
0
 private void OnEnable()
 {
     Debug.Log("-------- OnEnable ----------");
     button.StartTracking();
 }