Unity
마우스 버튼 읽기
yonan
2020. 10. 10. 16:23
unity3d - 마우스 버튼 읽기 (왼쪽, 중간, 오른쪽) 클릭 수 | unity3d Tutorial
unity3d documentation: 마우스 버튼 읽기 (왼쪽, 중간, 오른쪽) 클릭 수
riptutorial.com
- Input.GetMouseButton(int button);
- Input.GetMouseButtonDown(int button);
- Input.GetMouseButtonUp(int button);