|
Part | GetHostPart () |
| Return an instance of the part. More...
|
|
Transform | GetLocalTransform () |
| Return an instance of the module's transform. More...
|
|
void | OnDriveModeChanged (ActiveJoint.DriveMode mode) |
| Called when the drive mode of the joint changes. Use to keep track of the drive mode in case it changes for external reasons (like joint being destroyed, or vessel going on rails which sets the drive on Park) More...
|
|
void | OnJointInit (ActiveJoint joint) |
| Called whenever the activeJoint's joint is modified. Will be called when the joint is first started, when the joint is destroyed, and again if a new one is re-created. Use to toggle joint-dependent behaviour on the module. More...
|
|
Part IActiveJointHost.GetHostPart |
( |
| ) |
|
Transform IActiveJointHost.GetLocalTransform |
( |
| ) |
|
Called when the drive mode of the joint changes. Use to keep track of the drive mode in case it changes for external reasons (like joint being destroyed, or vessel going on rails which sets the drive on Park)
- Parameters
-
Implemented in ModuleGrappleNode, and ModuleJointMotorTest.
Called whenever the activeJoint's joint is modified. Will be called when the joint is first started, when the joint is destroyed, and again if a new one is re-created. Use to toggle joint-dependent behaviour on the module.
- Parameters
-
joint | a reference to the joint created, or null if the joint is lost |
Implemented in ModuleGrappleNode, and ModuleJointMotorTest.
The documentation for this interface was generated from the following file: