C# Class SSTUTools.SSTUStockInterop

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
INSTANCE SSTUStockInterop

Méthodes publiques

Méthode 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

Méthode Description
gameSettingsApplied ( ) : void
gameStateLoaded ( ConfigNode node ) : void
seatFirstCollider ( Part part ) : void
updatePartDragCube ( Part part ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

ModuleManagerPostLoad() public méthode

public ModuleManagerPostLoad ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

addDragUpdatePart() public static méthode

public static addDragUpdatePart ( Part part ) : void
part Part
Résultat void

fireEditorUpdate() public static méthode

public static fireEditorUpdate ( ) : void
Résultat void

updateEngineThrust() public static méthode

public static updateEngineThrust ( ModuleEngines engine, float minThrust, float maxThrust ) : void
engine ModuleEngines
minThrust float
maxThrust float
Résultat void

updatePartHighlighting() public static méthode

public static updatePartHighlighting ( Part part ) : void
part Part
Résultat void

Property Details

INSTANCE public_oe static_oe property

public static SSTUStockInterop,SSTUTools INSTANCE
Résultat SSTUStockInterop