C# 클래스 ME3Explorer.SequenceObjects.SText

상속: UMD.HCIL.Piccolo.Nodes.PText
파일 보기 프로젝트 열기: 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

메소드 상세

LoadFont() 공개 정적인 메소드

public static LoadFont ( ) : void
리턴 void

Paint() 보호된 메소드

protected Paint ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void
paintContext UMD.HCIL.Piccolo.Util.PPaintContext
리턴 void

SText() 공개 메소드

public SText ( string s, Color c, bool shadows = true ) : System
s string
c Color
shadows bool
리턴 System

SText() 공개 메소드

public SText ( string s, bool shadows = true ) : System
s string
shadows bool
리턴 System