UGUI的漂浮效果

/// <summary> /// 讓一個UI隨着鼠標的移動而進行rotation的變化 /// </summary> public class MyTitleWindow : MonoBehaviour {     public Vector2 range = new Vector2(20f, 20f);/// range:UI移動的範圍     public Transform mTrans;
相關文章
相關標籤/搜索