Property | Type | Description | |
---|---|---|---|
INSTANCE |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
LateUpdate ( ) : void | ||
ModuleManagerPostLoad ( ) : void | ||
OnDestroy ( ) : void | ||
Start ( ) : void | ||
addDragUpdatePart ( Part part ) : void | ||
fireEditorUpdate ( ) : void | ||
updateEngineThrust ( ModuleEngines engine, float minThrust, float maxThrust ) : void | ||
updatePartHighlighting ( Part part ) : void |
Method | Description | |
---|---|---|
gameSettingsApplied ( ) : void | ||
gameStateLoaded ( |
||
seatFirstCollider ( Part part ) : void | ||
updatePartDragCube ( Part part ) : void |
public static addDragUpdatePart ( Part part ) : void | ||
part | Part | |
return | void |
public static updateEngineThrust ( ModuleEngines engine, float minThrust, float maxThrust ) : void | ||
engine | ModuleEngines | |
minThrust | float | |
maxThrust | float | |
return | void |
public static updatePartHighlighting ( Part part ) : void | ||
part | Part | |
return | void |