Click or drag to resize

IPartModule Methods

The IPartModule type exposes the following members.

Methods
  NameDescription
Public methodOnAwake
Initializes a new instance of the module on the part.
Public methodOnFixedUpdate
Notifies about a physics frame update.
Public methodOnInitialize
Called on a vessel when it's time to start the physics on it.
Public methodOnLoad
Notifies that the part's config is loaded.
Public methodOnSave
Notifies about saving module state.
Public methodOnStart
Initializes module's state after all other modules have been created.
Public methodOnStartFinished
Notifies that all the modules on the part have been started.
Public methodOnUpdate
Notifies about a frame update.
Top
See Also