Class KeyEvent
Inherited Members
Namespace: UnityEngine.InputNew
Syntax
public class KeyEvent : InputEvent
Properties
isPress
Declaration
public bool isPress { get; }
Property Value
Type | Description |
---|---|
Boolean |
isRelease
Declaration
public bool isRelease { get; }
Property Value
Type | Description |
---|---|
Boolean |
isRepeat
Declaration
public bool isRepeat { get; }
Property Value
Type | Description |
---|---|
Boolean |
localizedKey
Declaration
public KeyCode localizedKey { get; set; }
Property Value
Type | Description |
---|---|
KeyCode |
rawKey
Declaration
public KeyCode rawKey { get; set; }
Property Value
Type | Description |
---|---|
KeyCode |