The PartFile type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PartFile |
Initializes a new instance of the PartFile 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 | |
|---|---|---|
| AngularDrag |
Gets or sets angular drag
| |
| Author |
Gets or sets the author
| |
| BreakingForce |
Gets or sets the breaking force
| |
| BreakingTorque |
Gets or sets the breaking torque
| |
| Category |
Gets or sets the category
| |
| Comparer |
Gets the comparer
(Inherited from StorableObject.) | |
| Cost |
Gets or sets the cost
| |
| Count |
Gets the number of children
(Inherited from StorableObject.) | |
| CrashTolerance |
Gets or sets the crash tolerance
| |
| Description |
Gets or sets the description
| |
| DragModelType |
Gets or sets the drag model type
| |
| ExplosionPotential |
Gets or sets the explosion potential
| |
| 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.) | |
| Manufacturer |
Gets or sets the manufacturer
| |
| Mass |
Gets or sets the mass
| |
| MaxDrag |
Gets or sets maximum drag
| |
| MaxTemp |
Gets or sets the maximum temp
| |
| Mesh |
Gets or sets the mesh file name
| |
| MinDrag |
Gets or set minimum drag
| |
| Module |
Gets or sets the module
| |
| Modules |
Gets or sets the module collection
| |
| Name |
Gets or sets the name
| |
| Original |
Gets the orginal base data
(Inherited from StorableObject.) | |
| RescaleFactor |
Gets or sets the rescale factor
| |
| Resources |
Gets or sets the resource collection
| |
| SubCategory |
Gets or sets the sub category
| |
| Title |
Gets or sets the title
| |
| Uri |
Gets the absloute URI of the data
(Inherited from StorableObject.) | |
| Values |
Gets the values collection for unmapped children
(Inherited from StorableObject.) | |
| VesselType |
Gets or sets the vessel type
|
See Also