Méthode | Description | |
---|---|---|
GetDrawModulePanelCallback ( ) : Callback |
||
GetInfo ( ) : string | ||
GetModuleCost ( float baseCost, ModifierStagingSituation situation ) : float | ||
GetModuleCostChangeWhen ( ) : ModifierChangeWhen | ||
GetModuleMass ( float baseMass, ModifierStagingSituation situation ) : float | ||
GetModuleMassChangeWhen ( ) : ModifierChangeWhen | ||
GetModuleTitle ( ) : string | ||
GetPrimaryField ( ) : string | ||
IsManagedNode ( AttachNode node ) : bool | ||
IsManagedResource ( string resourceName ) : bool | ||
IsManagedTransform ( |
||
OnIconCreate ( ) : void | ||
OnLoad ( |
||
OnStart ( PartModule state ) : void | ||
PartFieldManaged ( ISubtypePartField field ) : bool | ||
Start ( ) : void | ||
this ( int index ) : PartSubtype |
Méthode | Description | |
---|---|---|
FindBestSubtype ( ) : void | ||
FireEvents ( ) : void | ||
InitializeSubtypes ( ) : void | ||
RemoveUnusedResources ( ) : void | ||
RenderProceduralDragCubes ( ) : void | ||
SetupForIcon ( ) : void | ||
SetupGUI ( ) : void | ||
SetupSubtypes ( ) : void | ||
UpdateDragCubesOnAttach ( ) : void | ||
UpdateFromGUI ( BaseField field, object oldFieldValueObj ) : void | ||
UpdateFromSymmetry ( int newIndex ) : void | ||
UpdateGeometry ( ) : void | ||
UpdateOnStart ( ) : void | ||
UpdatePartActionWindow ( ) : void |
public GetDrawModulePanelCallback ( ) : Callback |
||
Résultat | Callback |
public GetModuleCost ( float baseCost, ModifierStagingSituation situation ) : float | ||
baseCost | float | |
situation | ModifierStagingSituation | |
Résultat | float |
public GetModuleCostChangeWhen ( ) : ModifierChangeWhen | ||
Résultat | ModifierChangeWhen |
public GetModuleMass ( float baseMass, ModifierStagingSituation situation ) : float | ||
baseMass | float | |
situation | ModifierStagingSituation | |
Résultat | float |
public GetModuleMassChangeWhen ( ) : ModifierChangeWhen | ||
Résultat | ModifierChangeWhen |
public IsManagedNode ( AttachNode node ) : bool | ||
node | AttachNode | |
Résultat | bool |
public IsManagedResource ( string resourceName ) : bool | ||
resourceName | string | |
Résultat | bool |
public IsManagedTransform ( |
||
transform | ||
Résultat | bool |
public OnLoad ( |
||
node | ||
Résultat | void |
public PartFieldManaged ( ISubtypePartField field ) : bool | ||
field | ISubtypePartField | |
Résultat | bool |