Exemplo n.º 1
0
        private void UpdateDetails()
        {
            detailsImage.sprite  = itemType.GenerateThumbnail();
            productNameText.text = itemType.name;
            descriptionText.text = itemType.description;
            UpdateWorkerPanel();
            orderCountText.text       = order.count.ToString();
            maintainAmountToggle.isOn = order.maintainAmount;

            UpdateRequiredList();
        }