C# Class MOTB.DialogueBox

Show file Open project: GCGC-Ben/GameClubTesting

Public Methods

Method Description
DialogueBox ( String dia, Microsoft.Xna.Framework.Graphics.Texture2D heroChars, Microsoft.Xna.Framework.Graphics.Texture2D enemyChars, SpriteFont font ) : System
draw ( SpriteBatch sb ) : void
splitStringLength ( String text ) : void

Method Details

DialogueBox() public method

public DialogueBox ( String dia, Microsoft.Xna.Framework.Graphics.Texture2D heroChars, Microsoft.Xna.Framework.Graphics.Texture2D enemyChars, SpriteFont font ) : System
dia String
heroChars Microsoft.Xna.Framework.Graphics.Texture2D
enemyChars Microsoft.Xna.Framework.Graphics.Texture2D
font Microsoft.Xna.Framework.Graphics.SpriteFont
return System

draw() public method

public draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

splitStringLength() public method

public splitStringLength ( String text ) : void
text String
return void