C# Class MilkShakeFramework.Core.Game.Textfield

Inheritance: GameEntity
Afficher le fichier Open project: lucas-jones/MilkShake-old Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
FixUp ( ) : void
Load ( LoadManager content ) : void
Textfield ( string fontURL, string text = "" ) : System

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

FixUp() public méthode

public FixUp ( ) : void
Résultat void

Load() public méthode

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
Résultat void

Textfield() public méthode

public Textfield ( string fontURL, string text = "" ) : System
fontURL string
text string
Résultat System