Example #1
0
 public void SetAxisNeutralState()
 {
     if (State)
     {
         CrossPlatformInputManager.SetAxisZero(Name);
     }
 }
//        void OnEnable()
//        {
//
//        }

        void OnDisable()
        {
            // (2018/08/01): Solución al BUG: "Al hacer un DISABLE y RE-ENABLE del GameObject principal-Padre: Se queda estancado el PORTERO o PLAYER en su posición anterior de cuando desapareció".
            // ..Con esto se desea deshabilitar la acción del botón toatalmente, al hacer desaparecer el mismo.
            //
            CrossPlatformInputManager.SetAxisZero(Name);
        }
Example #3
0
 public void ToggleState()
 {
     Debug.Log("HOLLA!!!");
     isRunning = !isRunning;
     if (isRunning)
     {
         CrossPlatformInputManager.SetAxisPositive(Name);
         GetComponent <Image>().color = Color.magenta;
     }
     else
     {
         CrossPlatformInputManager.SetAxisZero(Name);
         GetComponent <Image>().color = Color.white;
     }
 }
 // Token: 0x0600722C RID: 29228 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void OLHFIEDIBIH()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007226 RID: 29222 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void NDCBNBPFNGJ()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007223 RID: 29219 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void ILEPPPDCOHI()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x0600721A RID: 29210 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void AFMEMPIENKA()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007219 RID: 29209 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void POOCOOFCIKA()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
Example #9
0
 public void SetAxisNeutralState()
 {
     rightMove = false;
     leftMove  = false;
     CrossPlatformInputManager.SetAxisZero(Name);
 }
 // Token: 0x06007233 RID: 29235 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void NONDDPLLEPL()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x0600720F RID: 29199 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void CJPIFJEBONH()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007206 RID: 29190 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void PAPGIFBKDAH()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x060071FF RID: 29183 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void DPGLHPHGJAK()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
Example #14
0
 public void SetAxisNeutralState()
 {
     CrossPlatformInputManager.SetAxisZero(Name);
     ButtonIsReleased();
 }
 // Token: 0x0600722E RID: 29230 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void GLFOLONKMOO()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007230 RID: 29232 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void MKMLHCCCPGH()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007216 RID: 29206 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void EIJPNOOLBLD()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 // Token: 0x06007217 RID: 29207 RVA: 0x00237C6C File Offset: 0x00235E6C
 public void HKFLHIBLFNF()
 {
     CrossPlatformInputManager.SetAxisZero(this.Name);
 }
 public void SetAxisNeutralState()
 {
     print(Name + " SetAxisNeutralState");
     CrossPlatformInputManager.SetAxisZero(Name);
 }