C# 클래스 ME3Explorer.SequenceObjects.SText
파일 보기
프로젝트 열기: ME3Explorer/ME3Explorer
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
LoadFont ( ) : void |
|
|
SText ( string s, Color c, bool shadows = true ) : System |
|
|
SText ( string s, bool shadows = true ) : System |
|
|
보호된 메소드들
메소드 |
설명 |
|
Paint ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void |
|
|
메소드 상세
public static LoadFont ( ) : void |
리턴 |
void |
|
protected Paint ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void |
paintContext |
UMD.HCIL.Piccolo.Util.PPaintContext |
|
리턴 |
void |
|
public SText ( string s, Color c, bool shadows = true ) : System |
s |
string |
|
c |
Color |
|
shadows |
bool |
|
리턴 |
System |
|
public SText ( string s, bool shadows = true ) : System |
s |
string |
|
shadows |
bool |
|
리턴 |
System |
|