C# 클래스 Hotkey, silverscreen

상속: MonoBehaviour
파일 보기 프로젝트 열기: mminer/silverscreen 1 사용 예제들

공개 메소드들

메소드 설명
Hotkey ( string id, KeyCode, defaultKey, bool assignable ) : UnityEditor
Reset ( ) : void

Resets the key to its default value.

메소드 상세

Hotkey() 공개 메소드

public Hotkey ( string id, KeyCode, defaultKey, bool assignable ) : UnityEditor
id string
defaultKey KeyCode,
assignable bool
리턴 UnityEditor

Reset() 공개 메소드

Resets the key to its default value.
public Reset ( ) : void
리턴 void