The ConfigFile type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ConfigFile |
Initializes a new instance of the ConfigFile class.
|
Methods
| Name | Description | |
|---|---|---|
Adds the specified key and value to the dictionary. (Inherited from | ||
Removes all keys and values from the (Inherited from | ||
| Clone T |
Clones a new instance of the object and all underlying data
(Inherited from StorableObject.) | |
Determines whether the (Inherited from | ||
Determines whether the (Inherited from | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns an enumerator that iterates through the (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Implements the (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Implements the (Inherited from | ||
Removes the value with the specified key from the (Inherited from | ||
| Revert |
Restores the object to the state it was in when it's data was first loaded or last saved.
(Overrides StorableObject Revert .) | |
| Save |
Saves the object and all children to the name specified.
If class is loaded from KerbalData using the StorableObjects class then save will use the repo managed by
storable objects. Otherwise the local filesystem is used.
(Inherited from StorableObject.) | |
Returns a string that represents the current object. (Inherited from | ||
Gets the value associated with the specified key. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| AntiAliasing |
Gets or sets antialiasing multiplier
| |
| AutosaveInterval |
Gets or sets autosave interval
| |
| AutosaveShortInterval |
Gets or sets autosave short interval
| |
| CallHome |
Gets or sets call home
| |
| CheckForUpdtes |
Gets or sets check for updates flag
| |
| Comparer |
Gets the comparer
(Inherited from StorableObject.) | |
| ConicPatchDrawMode |
Gets or sets conic patch draw mode
| |
| ConicPatchLimit |
Gets or sets conic patch limit
| |
| Count |
Gets the number of children
(Inherited from StorableObject.) | |
| DontSendIp |
Gets or sets DontSendIp flag
| |
| FramerateLimit |
Gets or sets framerate limit
| |
| FullScreen |
Gets or sets full screen flag
| |
| Id |
Gets the id/name of the element
(Inherited from StorableObject.) | |
| IsDirty |
Gets the is dirty flag
(Inherited from StorableObject.) | |
Gets or sets the value associated with the specified key. (Inherited from | ||
| Keys |
Gets the key collection for unmapped children
(Inherited from StorableObject.) | |
| LightQuality |
Gets or sets light quality
| |
| Original |
Gets the orginal base data
(Inherited from StorableObject.) | |
| QualityPreset |
Gets or sets quality preset
| |
| ResloutionHeight |
Gets or sets resloution height
| |
| ResloutionWidth |
Gets or sets resloution width
| |
| SettingsVersion |
Gets or sets the settings version
| |
| ShadowsQuality |
Gets or sets shadows quality
| |
| ShowConsoleOnError |
Gets or sets show console on error flag
| |
| ShowSpaceCenterCrew |
Gets or sets show space center flag
| |
| Terrain |
Gets or sets terrain configuration
| |
| TextureQuality |
Gets or sets texture quality
| |
| UiSize |
Gets or sets UI size
| |
| Uri |
Gets the absloute URI of the data
(Inherited from StorableObject.) | |
| Values |
Gets the values collection for unmapped children
(Inherited from StorableObject.) | |
| VerboseDebugLog |
Gets or sets verbose debug log flag
|
See Also