Exemplo n.º 1
0
 private void OnDisable()
 {
     if (!HidePointerOnMoving)
     {
         return;
     }
     ButtonGroupState.SetPointerVisibilityToGroup(false, gameObject.GetComponent <ButtonGroupState>().GroupName);
 }
Exemplo n.º 2
0
 private void OnDisable()
 {
     if (this.HidePointerOnMoving)
     {
         String groupName = base.gameObject.GetComponent <ButtonGroupState>().GroupName;
         ButtonGroupState.SetPointerVisibilityToGroup(false, groupName);
     }
 }