C# Class Dodgeball.Engine.Text

Inheritance: GameObject
Afficher le fichier Open project: schonstal/BLOODBALL Class Usage Examples

Méthodes publiques

Свойство Type Description
alpha float
blend Microsoft.Xna.Framework.Graphics.BlendState
color Color
font string
screenPositioning ScreenPositioning
text string
visible bool

Méthodes publiques

Méthode Description
Draw ( ) : void
Text ( string text, float x = 0f, float y = 0f, int width, int height ) : System

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Text() public méthode

public Text ( string text, float x = 0f, float y = 0f, int width, int height ) : System
text string
x float
y float
width int
height int
Résultat System

Property Details

alpha public_oe property

public float alpha
Résultat float

blend public_oe property

public BlendState,Microsoft.Xna.Framework.Graphics blend
Résultat Microsoft.Xna.Framework.Graphics.BlendState

color public_oe property

public Color color
Résultat Color

font public_oe property

public string font
Résultat string

screenPositioning public_oe property

public ScreenPositioning screenPositioning
Résultat ScreenPositioning

text public_oe property

public string text
Résultat string

visible public_oe property

public bool visible
Résultat bool