C# 클래스 UnityEngine.Input

파일 보기 프로젝트 열기: jbruening/UnEngine 1 사용 예제들

공개 메소드들

메소드 설명
GetKey ( KeyCode key ) : bool
GetKeyDown ( KeyCode key ) : bool

메소드 상세

GetKey() 공개 정적인 메소드

public static GetKey ( KeyCode key ) : bool
key KeyCode
리턴 bool

GetKeyDown() 공개 정적인 메소드

public static GetKeyDown ( KeyCode key ) : bool
key KeyCode
리턴 bool