유니티 스크립트

유니티 마우스 입력

ruripanda 2024. 12. 20. 14:08

GetMouseButton(int button)

마우스 버튼을 클릭하고 있을 때 계속 발생

 

GetMouseButtonDown(int button)

마우스 버튼을 클릭했을 때 한번 발생

 

GetMouseButtonUp(int button)

마우스 버튼을 놓았을 때 한번 발생