| XmlPrefOption | ( | TValueType | _defaultValue, |
| string | keyString, | ||
| GUIContent | guiLabel, | ||
| bool | _alwaysLoadAndSaveOnValueAccess = true |
||
| ) |
| _defaultValue | When initialized or Reset, the preference's value will be set to this. |
| keyString | A unique string that specifies this preference. |
| guiLabel | The GUIContent that can be displayed for this preference. Optional. Not stored with the preference value. |
| _alwaysLoadAndSaveOnValueAccess | Specifies weather load and save are manual operations (false), or occur automatically (true) every time the value is accessed. |