C# Class SSTUTools.SSTUStockInterop

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: shadowmage45/SSTULabs Class Usage Examples

Public Properties

Property Type Description
INSTANCE SSTUStockInterop

Public Methods

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

Private Methods

Method Description
gameSettingsApplied ( ) : void
gameStateLoaded ( ConfigNode node ) : void
seatFirstCollider ( Part part ) : void
updatePartDragCube ( Part part ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

ModuleManagerPostLoad() public method

public ModuleManagerPostLoad ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

addDragUpdatePart() public static method

public static addDragUpdatePart ( Part part ) : void
part Part
return void

fireEditorUpdate() public static method

public static fireEditorUpdate ( ) : void
return void

updateEngineThrust() public static method

public static updateEngineThrust ( ModuleEngines engine, float minThrust, float maxThrust ) : void
engine ModuleEngines
minThrust float
maxThrust float
return void

updatePartHighlighting() public static method

public static updatePartHighlighting ( Part part ) : void
part Part
return void

Property Details

INSTANCE public static property

public static SSTUStockInterop,SSTUTools INSTANCE
return SSTUStockInterop