C# Class UnityEngine.Input

ファイルを表示 Open project: jbruening/UnEngine Class Usage Examples

Public Methods

Method Description
GetKey ( KeyCode key ) : bool
GetKeyDown ( KeyCode key ) : bool

Method Details

GetKey() public static method

public static GetKey ( KeyCode key ) : bool
key KeyCode
return bool

GetKeyDown() public static method

public static GetKeyDown ( KeyCode key ) : bool
key KeyCode
return bool