横竖版展示逻辑

This commit is contained in:
YiHan0621
2025-09-22 11:46:05 +08:00
parent 8ae9bbc7b1
commit 1aa3eef202
29 changed files with 254 additions and 38 deletions

View File

@@ -128,16 +128,6 @@ namespace TcgEngine.UI
gameObject.SetActive(true);
}
public void SetLine(CardData card, UserData udata, UserDeckData deck)
{
this.card = null;
this.deck = null;
this.udeck = deck;
hidden = false;
if(this.title!=null)
this.title.text = deck.title;
}
public void SetLine(string title)
{
this.card = null;