C# Class BlisterUI.Widgets.TextWidget

Inheritance: BaseWidget
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Protected Properties

Свойство Type Description
drawText DrawableText

Méthodes publiques

Méthode Description
AddAllDrawables ( WidgetRenderer r ) : void
PreInit ( ) : void
RemoveAllDrawables ( WidgetRenderer r ) : void
TextWidget ( WidgetRenderer r, SpriteFont f = null ) : System

Méthodes protégées

Méthode Description
DisposeOther ( ) : void
OnSelfCompute ( BaseWidget w ) : void

Method Details

AddAllDrawables() public méthode

public AddAllDrawables ( WidgetRenderer r ) : void
r WidgetRenderer
Résultat void

DisposeOther() protected méthode

protected DisposeOther ( ) : void
Résultat void

OnSelfCompute() protected méthode

protected OnSelfCompute ( BaseWidget w ) : void
w BaseWidget
Résultat void

PreInit() public méthode

public PreInit ( ) : void
Résultat void

RemoveAllDrawables() public méthode

public RemoveAllDrawables ( WidgetRenderer r ) : void
r WidgetRenderer
Résultat void

TextWidget() public méthode

public TextWidget ( WidgetRenderer r, SpriteFont f = null ) : System
r WidgetRenderer
f Microsoft.Xna.Framework.Graphics.SpriteFont
Résultat System

Property Details

drawText protected_oe property

protected DrawableText,BlisterUI.Widgets drawText
Résultat DrawableText