Kerbal Space Program
1.12.4
|
Implement this on a Part Module to be able to modify a part's size More...
Public Member Functions | |
Vector3 | GetModuleSize (Vector3 defaultSize, ModifierStagingSituation sit) |
Return the amount to modify the original part's size by. Returned values are added to the base size. (0 means no effect) More... | |
ModifierChangeWhen | GetModuleSizeChangeWhen () |
Return under which cicrumstances the modulesize changes More... | |
Implement this on a Part Module to be able to modify a part's size
Vector3 IPartSizeModifier.GetModuleSize | ( | Vector3 | defaultSize, |
ModifierStagingSituation | sit | ||
) |
Return the amount to modify the original part's size by. Returned values are added to the base size. (0 means no effect)
ModifierChangeWhen IPartSizeModifier.GetModuleSizeChangeWhen | ( | ) |
Return under which cicrumstances the modulesize changes