C# 클래스 RegexKSP.GUIParts

파일 보기 프로젝트 열기: jbengtson/ksp-precisenode 1 사용 예제들

공개 메소드들

메소드 설명
drawButton ( String text, Color bgColor, System.Action callback ) : void
drawDoubleLabel ( String text1, float width1, String text2, float width2 ) : void
drawManeuverPager ( NodeManager curState ) : void

메소드 상세

drawButton() 공개 정적인 메소드

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

drawDoubleLabel() 공개 정적인 메소드

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

drawManeuverPager() 공개 정적인 메소드

public static drawManeuverPager ( NodeManager curState ) : void
curState NodeManager
리턴 void