C# Class Gruppe22.Client.Bubble

ファイルを表示 Open project: propra13-orga/gruppe22

Public Methods

Method Description
Bubble ( Microsoft.Xna.Framework.Content.ContentManager content, Rectangle maxRect, string text = "", Backend dir = Backend.Direction.None ) : System
Draw ( SpriteBatch _spritebatch ) : void

Private Methods

Method Description
DrawElement ( BubbleElement element, Rectangle Rect ) : void
_SplitString ( ) : void

Method Details

Bubble() public method

public Bubble ( Microsoft.Xna.Framework.Content.ContentManager content, Rectangle maxRect, string text = "", Backend dir = Backend.Direction.None ) : System
content Microsoft.Xna.Framework.Content.ContentManager
maxRect Microsoft.Xna.Framework.Rectangle
text string
dir Backend
return System

Draw() public method

public Draw ( SpriteBatch _spritebatch ) : void
_spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void