Class KeybindListenHandle
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class KeybindListenHandle
- Inheritance
-
KeybindListenHandle
- Inherited Members
- Extension Methods
Constructors
KeybindListenHandle(Action<KeyCode>)
public KeybindListenHandle(Action<KeyCode> onKeycodeSet)
Parameters
onKeycodeSet
Action<KeyCode>
Fields
OnKeycodeSet
public Action<KeyCode> OnKeycodeSet
Field Value
- Action<KeyCode>