IPartModule Methods |
The IPartModule type exposes the following members.
| Name | Description | |
|---|---|---|
| OnAwake | Initializes a new instance of the module on the part. | |
| OnFixedUpdate | Notifies about a physics frame update. | |
| OnInitialize |
Called on a vessel when it's time to start the physics on it.
| |
| OnLoad | Notifies that the part's config is loaded. | |
| OnSave | Notifies about saving module state. | |
| OnStart | Initializes module's state after all other modules have been created. | |
| OnStartFinished | Notifies that all the modules on the part have been started. | |
| OnUpdate | Notifies about a frame update. |