基於Unity3D ScrollRect的遊戲搖桿實現

ScrollRect是UGUI提供的基礎拖動組件,給它的Content綁定一個滑塊就能工作了。如圖 代碼如下: using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public class Example : ScrollRect { protected float mRadius = 0f;
相關文章
相關標籤/搜索