public void ApplyLookToIcon(DeckInfo info) { DeckInformation = info; DeckNotCompleteObject.SetActive(!info.IsComplete()); portrait.charAsset = info.Character; portrait.ApplyLookFromAsset(); DeckNameText.text = info.DeckName; }
public void ApplyLockToIcon(DeckInfo info) { DeckInfomation = info; //check if deck is complete DeckNoCompleteObject.SetActive(!info.IsComplete()); DeckNameText.text = info.DeckName; }