C# Class RegexKSP.GUIParts

Afficher le fichier Open project: jbengtson/ksp-precisenode Class Usage Examples

Méthodes publiques

Méthode Description
drawButton ( String text, Color bgColor, System.Action callback ) : void
drawDoubleLabel ( String text1, float width1, String text2, float width2 ) : void
drawManeuverPager ( NodeManager curState ) : void

Method Details

drawButton() public static méthode

public static drawButton ( String text, Color bgColor, System.Action callback ) : void
text String
bgColor Color
callback System.Action
Résultat void

drawDoubleLabel() public static méthode

public static drawDoubleLabel ( String text1, float width1, String text2, float width2 ) : void
text1 String
width1 float
text2 String
width2 float
Résultat void

drawManeuverPager() public static méthode

public static drawManeuverPager ( NodeManager curState ) : void
curState NodeManager
Résultat void