当前位置:网站首页>Unity3d button adapts the size according to the text content
Unity3d button adapts the size according to the text content
2022-06-27 20:55:00 【Cai Cai any】
The effect is shown in the figure

Realization :
1.Text add to ContentSizeFitter Components , As shown in the figure :

2.Button Add a script TextAutoSize
public class TextAutoSize : MonoBehaviour
{
public RectTransform textRect;//Text Components
// Start is called before the first frame update
void Start()
{
LayoutRebuilder.ForceRebuildLayoutImmediate(textRect);
this.GetComponent<RectTransform>().sizeDelta = new Vector2(textRect.sizeDelta.x + 30, 40);
}
// Update is called once per frame
void Update()
{
}
}边栏推荐
- 爱数课实验 | 第九期-利用机器学习方法进行健康智能诊断
- [required reading for high-quality products] sub query of Oracle database in Linux system
- Character interception triplets of data warehouse: substrb, substr, substring
- ABAP essay - get new crown data through API
- [array]bm99 clockwise rotation matrix - simple
- “好声音“连唱10年,星空华文如何唱响港交所?
- No wonder people chose apifox instead of postman
- 1029 Median
- 教程|fNIRS数据处理工具包Homer2下载与安装
- 【STL编程】【竞赛常用】【part 2】
猜你喜欢

Ble Bluetooth module nrf518/nrf281/nrf528/nrf284 chip scheme comparison

No wonder people chose apifox instead of postman
![[STL programming] [common competition] [Part 1]](/img/ce/4d489e62d6c8d16134262b65d4b0d9.png)
[STL programming] [common competition] [Part 1]

BAIC makes a brand new pickup truck, which is safe and comfortable

CSDN skill tree experience and product analysis (1)

智联招聘的基于 Nebula Graph 的推荐实践分享

OpenSSL client programming: SSL session failure caused by an obscure function

redis数据结构

Wechat IOS version 8.0.24 update release cache subdivision cleaning Online

大促场景下,如何做好网关高可用防护
随机推荐
众昂矿业:新能源或成萤石最大应用领域
安装NFS服务
SQL报了一个不常见的错误,让新来的实习生懵了
Logcli Loki command line tool
Database log
How to reduce the weight transfer of unnecessary pages that users pay attention to?
Linux system Oracle 19C OEM monitoring management
[STL programming] [common competition] [Part 2]
Cerebral Cortex:从任务态和静息态脑功能连接预测儿童数学技能
database engine
灵活的IP网络测试工具——— X-Launch
SQL reported an unusual error, which confused the new interns
After kotlin wechat payment callback, the interface is stuck and uipagefragmentactivity windowleft is thrown
Mongodb introduction and typical application scenarios
ABAP essays - interview memories hope that everyone's demand will not increase and the number of people will soar
一段时间没用思源,升级到最新的 24 版后反复显示数据加密问题
Database lock problem
使用MySqlBulkLoader批量插入数据
Explore gaussdb and listen to what customers and partners say
Character interception triplets of data warehouse: substrb, substr, substring