C# Class SmartboyDevelopments.Haxxit.MonoGame.GameStates.TutorialState

Inheritance: HaxxitGameState
Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch sprite_batch ) : void
Init ( ) : void
LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
SubscribeAll ( ) : void
TutorialState ( MapDisplayGameState display_map_state ) : System
Update ( ) : void
WrapText ( SpriteFont spriteFont, string text, float maxLineWidth ) : string

Method Details

Draw() public méthode

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( GraphicsDevice graphics, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Content.ContentManager content ) : void
graphics GraphicsDevice
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

SubscribeAll() public méthode

public SubscribeAll ( ) : void
Résultat void

TutorialState() public méthode

public TutorialState ( MapDisplayGameState display_map_state ) : System
display_map_state MapDisplayGameState
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

WrapText() public méthode

public WrapText ( SpriteFont spriteFont, string text, float maxLineWidth ) : string
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
text string
maxLineWidth float
Résultat string