Table of Contents

Class UIKeyboardShortcut

Namespace
PAC.UI
public class UIKeyboardShortcut : MonoBehaviour
Inheritance
UIKeyboardShortcut

Fields

actionName

public string actionName

Field Value

string

Properties

shortcut

public KeyboardShortcut shortcut { get; set; }

Property Value

KeyboardShortcut

Methods

SubscribeToOnShortcutSet(UnityAction<KeyboardShortcut>)

public void SubscribeToOnShortcutSet(UnityAction<KeyboardShortcut> call)

Parameters

call UnityAction<KeyboardShortcut>