카테고리 없음

Unity3D C# 해상도 가져오기

내꿈은자동화 2017. 11. 13. 17:31

Screen 클래스의 width, height를 가져오면 됨


예시)

int _width = Screen.width;

int _height = Screen.height;




참고 자료

https://docs.unity3d.com/ScriptReference/Screen.html