Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShortcutBindingChangedEventArgs(string, ShortcutBinding, ShortcutBinding)

Initializes a new instance of the ShortcutBindingChangedEventArgs struct using the specified shortcut ID, old binding, and new binding.
Read time 1 minuteLast updated 12 days ago

Definition

public ShortcutBindingChangedEventArgs(string shortcutId, ShortcutBinding oldBinding, ShortcutBinding newBinding)

Parameters

shortcutId

The ID of the shortcut that had its binding changed.

oldBinding

The old binding of the shortcut that had its binding changed.

newBinding

The new binding of the shortcut that had its binding changed.