unity 使用圖片的repeat模式實現滾動效果

效果如上 將圖片 WarpMode 格式設置爲 Repeat後 通過代碼控制 圖片的uvRect就能實現 代碼如下 public class Test : MonoBehaviour { public RawImage image; public float imgefill = 0; public float nowtime = 0; public float
相關文章
相關標籤/搜索