C# Class ME3Explorer.SequenceObjects.SText

Inheritance: UMD.HCIL.Piccolo.Nodes.PText
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Paint ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void

Method Details

LoadFont() public static méthode

public static LoadFont ( ) : void
Résultat void

Paint() protected méthode

protected Paint ( UMD.HCIL.Piccolo.Util.PPaintContext paintContext ) : void
paintContext UMD.HCIL.Piccolo.Util.PPaintContext
Résultat void

SText() public méthode

public SText ( string s, Color c, bool shadows = true ) : System
s string
c Color
shadows bool
Résultat System

SText() public méthode

public SText ( string s, bool shadows = true ) : System
s string
shadows bool
Résultat System