Class RawKeyCommandEvent
Namespace: Unity.UIWidgets.service
Syntax
public class RawKeyCommandEvent : RawKeyEvent
Constructors
RawKeyCommandEvent(RawKeyEventData, KeyCommand)
Declaration
public RawKeyCommandEvent(RawKeyEventData data, KeyCommand command)
Parameters
| Type | Name | Description |
|---|---|---|
| RawKeyEventData | data | |
| KeyCommand | command |
Fields
command
Declaration
public readonly KeyCommand command
Field Value
| Type | Description |
|---|---|
| KeyCommand |