C# Class ME3Explorer.SequenceObjects.SText

Inheritance: UMD.HCIL.Piccolo.Nodes.PText
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
LoadFont ( ) : void
SText ( string s, Color c, bool shadows = true ) : System
SText ( string s, bool shadows = true ) : System

Protected Methods

Method Description
Paint ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void

Method Details

LoadFont() public static method

public static LoadFont ( ) : void
return void

Paint() protected method

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

SText() public method

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

SText() public method

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