Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
IPartSizeModifier Interface Reference

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...
 

Detailed Description

Implement this on a Part Module to be able to modify a part's size

Member Function Documentation

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)

Returns
ModifierChangeWhen IPartSizeModifier.GetModuleSizeChangeWhen ( )

Return under which cicrumstances the modulesize changes

Returns

The documentation for this interface was generated from the following file: