C# Class Gonzo.Elements.UILabel

Inheritance: UIElement
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
Caption string

Méthodes publiques

Méthode Description
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
UILabel ( AddTextNode Node, ParserState State, UIScreen Screen ) : Microsoft.Xna.Framework

Private Methods

Méthode Description
AlignText ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
Résultat void

UILabel() public méthode

public UILabel ( AddTextNode Node, ParserState State, UIScreen Screen ) : Microsoft.Xna.Framework
Node UIParser.Nodes.AddTextNode
State UIParser.ParserState
Screen UIScreen
Résultat Microsoft.Xna.Framework

Property Details

Caption public_oe property

public string Caption
Résultat string