C# Class XNAInterfaceComponents.ChildComponents.XNALabel

Inheritance: XNAInterfaceComponents.AbstractComponents.ChildComponent, Drawable
Afficher le fichier Open project: Wotuu/RTS_XNA_v2 Class Usage Examples

Méthodes publiques

Свойство Type Description
paddingLeft int
paddingRight int
textAlign TextAlign

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sb ) : void
OnMouseEnter ( MouseEvent e ) : void
OnMouseExit ( MouseEvent e ) : void
Unload ( ) : void
Update ( ) : void
XNALabel ( ParentComponent parent, Rectangle bounds, String text ) : System

Method Details

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( MouseEvent e ) : void
e MouseEvent
Résultat void

OnMouseExit() public méthode

public OnMouseExit ( MouseEvent e ) : void
e MouseEvent
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

XNALabel() public méthode

public XNALabel ( ParentComponent parent, Rectangle bounds, String text ) : System
parent XNAInterfaceComponents.AbstractComponents.ParentComponent
bounds Microsoft.Xna.Framework.Rectangle
text String
Résultat System

Property Details

paddingLeft public_oe property

public int paddingLeft
Résultat int

paddingRight public_oe property

public int paddingRight
Résultat int

textAlign public_oe property

public TextAlign textAlign
Résultat TextAlign