Show / Hide Table of Contents

Method KHotkey.Deconstruct


Overload

Allows to split a KHotkey variable like var (mod, key) = hotkey;

public void Deconstruct(out KMod mod, out KKey key)
Parameters
mod  (KMod)
key  (KKey)