横竖版展示逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user