예제 #1
0
파일: UI.cs 프로젝트: asd540578/TD_Project
 public static float GetScaleFactor()
 {
     return(UIControl.GetScaleReferenceWidth() / Screen.width);
 }