Implemented Input Binding Serialisation #304

Merged
mushgunAX merged 4 commits from SP3-10-input-management into main 2023-01-09 16:56:59 +08:00
mushgunAX commented 2023-01-08 21:41:15 +08:00 (Migrated from github.com)
  • Call SHInputManager::SaveBindings() to save bindings into a file specified in the parameter (otherwise will default to Assets/Bindings.SHConfig)
  • Call SHInputManager::LoadBindings() to attempt to load bindings from a file specified in the parameter (otherwise will default to Assets/Bindings.SHConfig). Should the source config file exist, bindings currently in the editor will be overwritten
- Call `SHInputManager::SaveBindings()` to save bindings into a file specified in the parameter (otherwise will default to `Assets/Bindings.SHConfig`) - Call `SHInputManager::LoadBindings()` to attempt to load bindings from a file specified in the parameter (otherwise will default to `Assets/Bindings.SHConfig`). Should the source config file exist, bindings currently in the editor will be overwritten
XiaoQiDigipen (Migrated from github.com) reviewed 2023-01-08 21:41:15 +08:00
Sign in to join this conversation.
No description provided.