Loading...
在文本添加自适应组件,剩下的就是一句话:Img_Bg.rectTransform.SetSizeWithCurrentAnchors(RectTransf...
private void OnChangProductCount(string inputValueStr) { BuyPropCount = 0...
using System.Collections; using System.Collections.Generic; using UnityEngine...
很多时候策划想要一个列表横向拖拽并且实现图标放大缩小的效果,根据这个效果写了以下代码: