C# 클래스 System.Windows.Forms.KeyHelper

파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 메소드들

메소드 설명
GetLastInputChar ( ) : char

Get last char from UnityEngine.Input.inputString.

ToKey ( this modifier, bool returnLeftButton = true ) : UnityEngine.KeyCode
ToModifier ( this key ) : UnityEngine.EventModifiers

메소드 상세

GetLastInputChar() 공개 정적인 메소드

Get last char from UnityEngine.Input.inputString.
public static GetLastInputChar ( ) : char
리턴 char

ToKey() 공개 정적인 메소드

public static ToKey ( this modifier, bool returnLeftButton = true ) : UnityEngine.KeyCode
modifier this
returnLeftButton bool
리턴 UnityEngine.KeyCode

ToModifier() 공개 정적인 메소드

public static ToModifier ( this key ) : UnityEngine.EventModifiers
key this
리턴 UnityEngine.EventModifiers