C# Class XNAGraphics.ComponentBundle.DrawableBundle.BorderedText

Inheritance: XNAGraphics.KernelBundle.BasicsBundle.BasicDrawable
Afficher le fichier Open project: joseruizjimenez/personal-training-martial-arts

Méthodes publiques

Свойство Type Description
border float
border_color Color
text string

Méthodes publiques

Méthode Description
BorderedText ( Object font, string text, float border, Color border_color ) : System
BorderedText ( Object font, string text, int x, int y, Color color, float border, Color border_color ) : System
BorderedText ( Object font, string text, int x, int y, float border, Color border_color ) : System

Méthodes protégées

Méthode Description
onDraw ( SpriteBatch spriteBatch ) : void
onLoad ( Microsoft.Xna.Framework.Game game ) : void
onUpdate ( GameTime gameTime ) : void

Method Details

BorderedText() public méthode

public BorderedText ( Object font, string text, float border, Color border_color ) : System
font Object
text string
border float
border_color Color
Résultat System

BorderedText() public méthode

public BorderedText ( Object font, string text, int x, int y, Color color, float border, Color border_color ) : System
font Object
text string
x int
y int
color Color
border float
border_color Color
Résultat System

BorderedText() public méthode

public BorderedText ( Object font, string text, int x, int y, float border, Color border_color ) : System
font Object
text string
x int
y int
border float
border_color Color
Résultat System

onDraw() protected méthode

protected onDraw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

onLoad() protected méthode

protected onLoad ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
Résultat void

onUpdate() protected méthode

protected onUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

border public_oe property

public float border
Résultat float

border_color public_oe property

public Color border_color
Résultat Color

text public_oe property

public string text
Résultat string