公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_scripts
三国卡牌客户端代码仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
588 公会攻防战 战场滚动条适配异步
lcy
2026-06-10
47245e8b77a9f064a3cf8f40c12bd1dcd986bce6
[Project_SG_scripts.git]
/
Main
/
System
/
GuildAtkDefBat
/
GuildAtkDefBatAwardPreviewHeaderCell.cs
1
2
3
4
5
6
7
8
9
10
11
using UnityEngine;
public class GuildAtkDefBatAwardPreviewHeaderCell : CellView
{
[SerializeField] TextEx titleText;
public void SetTitle(string text)
{
titleText.text = text;
}
}