Application.targetFrameRate
: 어플리케이션의 Frame Rate 설정
private void InitApplication_Setting()
{
Application.targetFrameRate = 60;
Input.multiTouchEnabled = false;
}
'Unity' 카테고리의 다른 글
[typeof] T(제네릭)를 게임 이름으로 쓰고 싶을 때 (0) | 2021.06.30 |
---|---|
Input.multiTouchEnabled (0) | 2021.05.04 |
DOTween 관련 정리 (0) | 2021.03.06 |
[My Style] Dictator 구조 (0) | 2021.03.05 |
[My Style] 유니티 씬 구조 (0) | 2021.03.05 |