UGUI的漂浮效果

/// <summary> /// 让一个UI随着鼠标的移动而进行rotation的变化 /// </summary> public class MyTitleWindow : MonoBehaviour {     public Vector2 range = new Vector2(20f, 20f);/// range:UI移动的范围     public Transform mTrans;
相关文章
相关标签/搜索