C# Class RegexKSP.GUIParts

Show file Open project: jbengtson/ksp-precisenode Class Usage Examples

Public Methods

Method 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 method

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

drawDoubleLabel() public static method

public static drawDoubleLabel ( String text1, float width1, String text2, float width2 ) : void
text1 String
width1 float
text2 String
width2 float
return void

drawManeuverPager() public static method

public static drawManeuverPager ( NodeManager curState ) : void
curState NodeManager
return void