Study/Unity3D
유니티에서 안드로이드 취소 버튼 처리
slothCat
2014. 12. 10. 12:41
if(Input.GetKeyDown(KeyCode.Escape))
{
}