KeyboardInputSwitchSave Method |
Saves the switch binding.
Namespace:
KSPDev.InputUtils
Assembly:
KSPDev_Utils.2.2 (in KSPDev_Utils.2.2.dll) Version: 2.2 for KSP v1
Syntaxpublic virtual void Save(
ConfigNode node
)
Request Example
View SourceParameters
- node
- Type: (Default Namespace)ConfigNode
The node to store the values into.
Implements
IConfigNodeSave(ConfigNode)
See Also