C# Class MilkShakeFramework.Core.Game.Textfield

Inheritance: GameEntity
Mostrar archivo Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Methods

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

Method Details

Draw() public method

public Draw ( ) : void
return void

FixUp() public method

public FixUp ( ) : void
return void

Load() public method

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
return void

Textfield() public method

public Textfield ( string fontURL, string text = "" ) : System
fontURL string
text string
return System