Click or drag to resize

BasePersistentFieldAttribute Constructor

Initializes a new instance of the BasePersistentFieldAttribute class

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
protected BasePersistentFieldAttribute(
	string cfgPath
)
Request Example View Source

Parameters

cfgPath
Type: SystemString
A path to the fields's value in the config. Components must be separated by symbol /. The path is relative, the absolute path is determined when doing actual (de)serialization. The path is case-insensitive.
See Also