PartNodePatcherPatchNode Method  | 
 Applies the patch to the part node.
 
    Namespace: 
   KSPDev.ConfigUtils
    Assembly:
   KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic static void PatchNode(
	ConfigNode partNode,
	ConfigNodePatch patch,
	LoadContext loadContext
)
 Request Example
		View SourceParameters
- partNode
 - Type: (Default Namespace)ConfigNode
The part node to patch. - patch
 - Type: KSPDev.ConfigUtilsConfigNodePatch
The patch to apply. - loadContext
 - Type: SaveUpgradePipelineLoadContext
The conext in whcih the part is being patched. 
See Also