Add public accessor for key config

Issue #136 resolved
Richard Parsons created an issue

It would be nice to have a public accessor for the _keyConfig variable so that keybinding could be changed at runtime. Similar to the following:

    [HideInInspector]
    public QuantumKeyConfig KeyConfig {  get { return _keyConfig; } set { _keyConfig = value; } }

Comments (1)

  1. Log in to comment