C# Class SSTUTools.ThrustCurveEditorGUI

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Méthode Description
closeGUI ( ) : void
openGUI ( SSTUModularBooster srbModule, FloatCurve inputCurve ) : void
updateGUI ( ) : void

Private Methods

Méthode Description
clearData ( ) : void
loadPresetCurve ( ThrustCurvePreset preset ) : void
loadPresets ( ) : void
setupCurveData ( FloatCurve curve ) : void
sortKeys ( bool descend ) : void
updateFloatCurve ( ) : void
updateGraphTexture ( ) : void
updateGraphWindow ( int id ) : void
updatePresetWindow ( int id ) : void

Method Details

closeGUI() public static méthode

public static closeGUI ( ) : void
Résultat void

openGUI() public static méthode

public static openGUI ( SSTUModularBooster srbModule, FloatCurve inputCurve ) : void
srbModule SSTUModularBooster
inputCurve FloatCurve
Résultat void

updateGUI() public static méthode

public static updateGUI ( ) : void
Résultat void